mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature: cloudcmd: drop support of node < 22
This commit is contained in:
parent
84a51a932c
commit
5970f10a84
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@
|
|||
"webpackbar": "^7.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.19"
|
||||
"node": ">=22"
|
||||
},
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue