Skip to content

Commit

Permalink
[BREAKING] Require Node.js >= 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Support for older Node.js releases has been dropped.
Only Node.js v10 or higher is supported.
  • Loading branch information
matz3 committed Apr 2, 2020
1 parent 01fd823 commit ca4ed45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ matrix:
- os: linux
node_js:
- "10"
- os: linux
node_js:
- "8"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"karma-plugin"
],
"engines": {
"node": ">= 8.5",
"node": ">= 10.0",
"npm": ">= 5"
},
"repository": {
Expand Down

0 comments on commit ca4ed45

Please sign in to comment.