Skip to content

Commit 5ffdf49

Browse files
committed
chore: require Node.js >=10.18
BREAKING CHANGE: Require Node.js >= 10.18
1 parent 695748c commit 5ffdf49

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
@@ -27,7 +27,7 @@
2727
"xo": "^0.25.0"
2828
},
2929
"engines": {
30-
"node": ">=10.13"
30+
"node": ">=10.18"
3131
},
3232
"files": [
3333
"lib",

0 commit comments

Comments
 (0)