Skip to content

Commit

Permalink
fix: Specify correct node version
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Jun 6, 2019
1 parent b081525 commit 291ef58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cache:
notifications:
email: false
node_js:
- "6"
- "8"
- "9"
- "10"
- "12"
before_script:
- npm prune
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/d4rkr00t/whybundled"
},
"engines": {
"node": ">=6"
"node": ">=8.4"
},
"scripts": {
"ci:validate": "npm run lint:flow",
Expand Down

0 comments on commit 291ef58

Please sign in to comment.