mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
web: requires NodeJs 18.17 at minimum for NextJs 14 (#1974)
This commit is contained in:
parent
344821ed35
commit
e696b72f08
|
@ -116,5 +116,8 @@
|
|||
"**/*.ts?(x)": [
|
||||
"eslint --fix"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.17.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user