web: requires NodeJs 18.17 at minimum for NextJs 14 (#1974)
This commit is contained in:
parent
344821ed35
commit
e696b72f08
1 changed files with 3 additions and 0 deletions
|
|
@ -116,5 +116,8 @@
|
|||
"**/*.ts?(x)": [
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.17.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue