Skip to content

Commit 5970f10

Browse files
committed
feature: cloudcmd: drop support of node < 22
1 parent 84a51a9 commit 5970f10

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
@@ -217,7 +217,7 @@
217217
"webpackbar": "^7.0.0"
218218
},
219219
"engines": {
220-
"node": ">=20.19"
220+
"node": ">=22"
221221
},
222222
"license": "MIT",
223223
"publishConfig": {

0 commit comments

Comments
 (0)