Skip to content

Commit 5984b6e

Browse files
committed
chore: require Node.js >=10.18
BREAKING CHANGE: Require Node.js >= 10.18
1 parent 110b2b3 commit 5984b6e

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
@@ -28,7 +28,7 @@
2828
"xo": "^0.25.0"
2929
},
3030
"engines": {
31-
"node": ">=10.13"
31+
"node": ">=10.18"
3232
},
3333
"files": [
3434
"lib",

0 commit comments

Comments
 (0)