Browse Source

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

Bowen Liang 1 year ago
parent
commit
e696b72f08
1 changed files with 3 additions and 0 deletions
  1. 3 0
      web/package.json

+ 3 - 0
web/package.json

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