Skip to content

Commit

Permalink
chore: drop support for node v4, v6 and v9
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiralucas committed Jun 5, 2019
1 parent 6441f3d commit 6740969
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ language: node_js
addons:
sauce_connect: true
node_js:
- 4 # to be removed 2018-04-30
- 6 # to be removed 2019-04-01
- 8 # to be removed 2019-12-31
- 9 # to be removed 2018-06-30
- lts/* # safety net; don't remove
- node # safety net; don't remove

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "make test"
},
"engines": {
"node": ">=4"
"node": ">=8"
},
"dependencies": {
"assertion-error": "^1.1.0",
Expand Down

0 comments on commit 6740969

Please sign in to comment.