Skip to content

Commit

Permalink
Bump to min node.js v10
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 12, 2020
1 parent 77022f2 commit accaa8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ notifications:
on_failure: change

node_js:
- "6"
- "10"
- stable

after_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"access": "public"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"devDependencies": {
"@types/jest": "^24.0.11",
Expand Down

0 comments on commit accaa8e

Please sign in to comment.