浏览代码

Поправка минимальной версии node

Book Pauk 2 年之前
父节点
当前提交
f5ca8155b4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package-lock.json
  2. 1 1
      package.json

+ 1 - 1
package-lock.json

@@ -56,7 +56,7 @@
         "webpack-merge": "^5.8.0"
         "webpack-merge": "^5.8.0"
       },
       },
       "engines": {
       "engines": {
-        "node": ">=14.4.0"
+        "node": ">=16.16.0"
       }
       }
     },
     },
     "node_modules/@ampproject/remapping": {
     "node_modules/@ampproject/remapping": {

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "license": "CC0-1.0",
   "license": "CC0-1.0",
   "repository": "bookpauk/inpx-web",
   "repository": "bookpauk/inpx-web",
   "engines": {
   "engines": {
-    "node": ">=14.4.0"
+    "node": ">=16.16.0"
   },
   },
   "scripts": {
   "scripts": {
     "dev": "nodemon --inspect --ignore server/.inpx-web --ignore client --exec 'node server --lib-dir=.inpx-web/lib'",
     "dev": "nodemon --inspect --ignore server/.inpx-web --ignore client --exec 'node server --lib-dir=.inpx-web/lib'",