Skip to content

Commit

Permalink
chore(package): update node version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Support for Node < 10 removed.
  • Loading branch information
blackxored committed Sep 27, 2020
1 parent f1912e1 commit 7380691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ cache:
notifications:
email: false
node_js:
- '9'
- '8'
- '6'
- '10'
- '11'
- '12'
before_install: yarn global add greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "es/index.js",
"main": "lib/index.js",
"engines": {
"node": "> 10",
"node": ">= 10",
"npm": "> 3"
},
"files": [
Expand Down

0 comments on commit 7380691

Please sign in to comment.