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

This commit is contained in:
Bowen Liang 2024-01-09 18:15:04 +08:00 committed by GitHub
parent 344821ed35
commit e696b72f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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