From 242a6a9b1646e6b9109efaaeddb6edfce758f3fa Mon Sep 17 00:00:00 2001 From: artistrydat <107119184+artistrydat@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:55:39 +0300 Subject: [PATCH] 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!". --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 063accd855..be34a2ed06 100644 --- a/package.json +++ b/package.json @@ -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",