mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) drop support of node < 16
This commit is contained in:
parent
b67b7cf73d
commit
44422a5206
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@
|
|||
"yaspeller": "^8.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=16"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "server/cloudcmd.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue