Skip to content

Commit 4016fcc

Browse files
committed
chore: require Node.js >=10.18
BREAKING CHANGE: Require Node.js >= 10.18
1 parent 3c1eb83 commit 4016fcc

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
@@ -40,7 +40,7 @@
4040
"xo": "^0.25.2"
4141
},
4242
"engines": {
43-
"node": ">=10.13"
43+
"node": ">=10.18"
4444
},
4545
"files": [
4646
"lib",

0 commit comments

Comments
 (0)