Skip to content

Commit

Permalink
feat(nodejs): update minimum version to node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update minimum version of nodejs supported to node 10
  • Loading branch information
RyuuGan committed Jan 18, 2020
1 parent a7dd280 commit 95179e0
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
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "node"
- "8"
- "10"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dist/**/*"
],
"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit 95179e0

Please sign in to comment.