From e276b6c5b5810047e7dfa4ce8c4ca15dd8543af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:34:50 +0200 Subject: [PATCH] pin version to 2.27.5 (#15516) --- ct/n8n.sh | 2 +- install/n8n-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/n8n.sh b/ct/n8n.sh index 9d5f793ac..fc5aa80c0 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -45,7 +45,7 @@ EOF systemctl daemon-reload fi - $STD npm update -g n8n + $STD npm update -g n8n@2.27.5 systemctl restart n8n msg_ok "Updated n8n" msg_ok "Updated successfully!" diff --git a/install/n8n-install.sh b/install/n8n-install.sh index 532c0fe3e..8ddf37d0b 100644 --- a/install/n8n-install.sh +++ b/install/n8n-install.sh @@ -24,7 +24,7 @@ msg_ok "Installed Dependencies" NODE_VERSION="24" setup_nodejs msg_info "Installing n8n (Patience)" -$STD npm install -g n8n +$STD npm install -g n8n@2.27.5 msg_ok "Installed n8n" msg_info "Creating Service"