mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
Update package.json
EDITED: If your deployment fails with "Exited with status 1", with the following in the logs "our Node.js version 23.0.0 is currently not supported by n8n. Please use Node.js v18.17.0 (recommended), v20, or v22 instead!".
This commit is contained in:
parent
d7cc789d79
commit
242a6a9b16
|
@ -3,7 +3,7 @@
|
|||
"version": "1.73.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.15",
|
||||
"node": "18.17.0",
|
||||
"pnpm": ">=9.15"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.1",
|
||||
|
|
Loading…
Reference in a new issue