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 7bc4dbb commit eeff881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
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
Expand Up @@ -49,6 +49,6 @@
"husky": "^3.1.0"
},
"engines": {
"node": ">=8.12.0"
"node": ">=10.17.0"
}
}

0 comments on commit eeff881

Please sign in to comment.