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 Jan 27, 2020
1 parent 9b3527e commit 3f1dfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"xo": "^0.25.0"
},
"engines": {
"node": ">=10.13"
"node": ">=10.18"
},
"files": [
"lib",
Expand Down

0 comments on commit 3f1dfc3

Please sign in to comment.