Skip to content

Commit

Permalink
feat(node): drop node v8 support (#1111)
Browse files Browse the repository at this point in the history
- node v8 became EOL on December 31st
  • Loading branch information
acburdine committed Feb 23, 2020
1 parent bb0502d commit 988f95d
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
@@ -1,7 +1,6 @@
dist: xenial
language: node_js
node_js:
- 8
- 10
- 12

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
},
"engines": {
"node": "^8.16.0 || ^10.13.0 || ^12.10.0"
"node": "^10.13.0 || ^12.10.0"
},
"preferGlobal": true,
"dependencies": {
Expand Down

0 comments on commit 988f95d

Please sign in to comment.