Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
feat: require Node.js >=10.13
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node.js >= 10.13
  • Loading branch information
pvdlg committed Dec 5, 2019
1 parent 52f7016 commit 6d8a2a3
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 @@ -5,8 +5,7 @@ services:

node_js:
- 12
- 10
- 8.15
- 10.13

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"xo": "^0.25.0"
},
"engines": {
"node": ">=8.15"
"node": ">=10.13"
},
"files": [
"lib",
Expand Down

0 comments on commit 6d8a2a3

Please sign in to comment.