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:
artistrydat 2025-01-03 21:55:39 +03:00 committed by GitHub
parent d7cc789d79
commit 242a6a9b16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",