Skip to content

Commit

Permalink
chore: update min node version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Minimum supported Node.js version is now >=14
  • Loading branch information
sinedied committed Nov 28, 2022
1 parent 43de5f7 commit e18a28a
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 @@ -44,7 +44,7 @@
"xo": "^0.53.1"
},
"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
},
"xo": {
"space": true,
Expand Down

0 comments on commit e18a28a

Please sign in to comment.