Unverified Commit e696b72f authored by Bowen Liang's avatar Bowen Liang Committed by GitHub

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

parent 344821ed
...@@ -116,5 +116,8 @@ ...@@ -116,5 +116,8 @@
"**/*.ts?(x)": [ "**/*.ts?(x)": [
"eslint --fix" "eslint --fix"
] ]
},
"engines": {
"node": ">=18.17.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment