Skip to content

Commit 97ab553

Browse files
committed
chore: require Node.js >=10.18
BREAKING CHANGE: Require Node.js >= 10.18
1 parent c34dbc2 commit 97ab553

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
@@ -41,7 +41,7 @@
4141
"xo": "^0.25.0"
4242
},
4343
"engines": {
44-
"node": ">=10.13"
44+
"node": ">=10.18"
4545
},
4646
"files": [
4747
"lib",

0 commit comments

Comments
 (0)