Skip to content

Commit 16b06f5

Browse files
committed
chore: update min node version
BREAKING CHANGE: Minimum supported Node.js version is now >=14
1 parent 744258c commit 16b06f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"xo": "^0.53.1"
4747
},
4848
"engines": {
49-
"node": ">=12.14.1"
49+
"node": ">=14.0.0"
5050
},
5151
"xo": {
5252
"space": true,

0 commit comments

Comments
 (0)