Skip to content

Commit

Permalink
Require node >= 10.17. See #651.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed May 8, 2020
1 parent 936f8f0 commit 418c4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ sudo: false
language: node_js

node_js:
- 8
- 10
- 11
- 12

notifications:
email: false

branches:
only:
- master
- v3

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"preferGlobal": true,
"engines": {
"node": ">=8"
"node": ">=10.17"
},
"main": "./lib/npm-check-updates",
"scripts": {
Expand Down

0 comments on commit 418c4a1

Please sign in to comment.