fix(cloudcmd) drop support of node < 14

This commit is contained in:
coderaiser 2020-12-28 23:00:04 +02:00
parent 7371871f15
commit c3339d8ea2
7 changed files with 12 additions and 9 deletions

View file

@ -220,7 +220,7 @@
"yaspeller": "^7.0.0"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"license": "MIT",
"main": "server/cloudcmd.js",