Skip to content

Commit

Permalink
chore: require Node.js >=8.16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node.js => 10.13
  • Loading branch information
pvdlg committed Jan 17, 2020
1 parent ca2d0f8 commit e3733c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: node_js

node_js:
- 12
- 10
- 8.16
- 10.13

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

0 comments on commit e3733c0

Please sign in to comment.