Browse Source

web: requires NodeJs 18.17 at minimum for NextJs 14 (#1974)

Bowen Liang 1 năm trước cách đây
mục cha
commit
e696b72f08
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      web/package.json

+ 3 - 0
web/package.json

@@ -116,5 +116,8 @@
     "**/*.ts?(x)": [
       "eslint --fix"
     ]
+  },
+  "engines": {
+    "node": ">=18.17.0"
   }
 }