Skip to content

Commit 85f1672

Browse files
committed
chore: do not enforce higher Node engine version
closes #104
1 parent 28f08e3 commit 85f1672

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
@@ -26,7 +26,7 @@
2626
"cli"
2727
],
2828
"engines": {
29-
"node": ">=22.16.0"
29+
"node": ">=18.17.0"
3030
},
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)