Skip to content

Commit dab93da

Browse files
committed
fix: required node version
1 parent ecd596f commit dab93da

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
@@ -50,7 +50,7 @@
5050
"access": "public"
5151
},
5252
"engines": {
53-
"node": ">=20.18.0"
53+
"node": ">=20.19.0"
5454
},
5555
"scripts": {
5656
"lint": "eslint --cache .",

0 commit comments

Comments
 (0)