ソースを参照

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

Bowen Liang 1 年間 前
コミット
e696b72f08
1 ファイル変更3 行追加0 行削除
  1. 3 0
      web/package.json

+ 3 - 0
web/package.json

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