Skip to content

Commit

Permalink
Require Node.js >= 10.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 23, 2019
1 parent 168c4eb commit 9a07438
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 @@ -12,7 +12,7 @@ jobs:
# We do not run each possible combination to make CI faster.
- os: windows
- os: osx
- node_js: '8.12.0'
- node_js: '10.17.0'
- node_js: '13'
# Test coverage check must happen after tests for the whole matrix have
# been performed, so we get the merged coverage map
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"husky": "^3.1.0"
},
"engines": {
"node": ">=8.12.0"
"node": ">=10.17.0"
}
}

0 comments on commit 9a07438

Please sign in to comment.