Skip to content

Commit

Permalink
chore(package): drop node v6 support (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Clark authored Jun 7, 2019
1 parent bef8bb6 commit ca7c5e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ jobs:
name: Submit coverage data to codecov.
command: bash <(curl -s https://codecov.io/bash)
when: on_success
node6-latest:
docker:
- image: webpackcontrib/circleci-node6:latest
<<: *unit_tests
node10-latest:
docker:
- image: webpackcontrib/circleci-node10:latest
Expand Down Expand Up @@ -105,19 +101,11 @@ jobs:
- run:
name: Publish to NPM
command: printf "noop running conventional-github-releaser"

version: 2.0
workflows:
version: 2
validate-publish:
jobs:
- dependency_cache
- node6-latest:
requires:
- dependency_cache
filters:
tags:
only: /.*/
- analysis:
requires:
- dependency_cache
Expand All @@ -127,21 +115,18 @@ workflows:
- node8-latest:
requires:
- analysis
- node6-latest
filters:
tags:
only: /.*/
- node10-latest:
requires:
- analysis
- node6-latest
filters:
tags:
only: /.*/
- node8-canary:
requires:
- analysis
- node6-latest
filters:
tags:
only: /.*/
Expand All @@ -153,4 +138,4 @@ workflows:
filters:
branches:
only:
- master
- master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": "https://github.com/webpack-contrib/karma-webpack/issues",
"main": "lib",
"engines": {
"node": ">= 6"
"node": ">= 8.9.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down

0 comments on commit ca7c5e2

Please sign in to comment.