Skip to content

Commit

Permalink
chore: require Node.js >=10.18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node.js >= 10.18
  • Loading branch information
pvdlg committed Feb 13, 2020
1 parent 6f1efd8 commit 58edee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
node_js:
- 12
- 10
- 8

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"xo": "^0.26.0"
},
"engines": {
"node": ">=8.16"
"node": ">=10.18"
},
"files": [
"lib",
Expand Down

0 comments on commit 58edee9

Please sign in to comment.