Skip to content

Commit a63518a

Browse files
committedOct 22, 2024··
Fix node engines
1 parent 5c4ba3e commit a63518a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"README.md"
3232
],
3333
"engines": {
34-
"node": ">= 0.6"
34+
"node": ">=18"
3535
},
3636
"scripts": {
3737
"lint": "eslint .",

0 commit comments

Comments
 (0)
Please sign in to comment.