Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
feat(node version): drop node 4 support, as Stryker did. (#47)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 4 is no longer supported.
  • Loading branch information
mthmulders authored and nicojs committed May 4, 2018
1 parent 4560d5e commit 017139d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_js:
- node
- lts/*
- '6'
- '4'
install: npm install
before_install:
- if [[ `npm -v` = 2* ]]; then npm i -g npm@3; fi
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/stryker-mutator/stryker-jest-runner.git"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"keywords": [
"stryker",
Expand Down

0 comments on commit 017139d

Please sign in to comment.