n8n: unpin / use latest release (#15817)

* n8n: unpin / use latest release

startup issue is fixed, so unpin and set to latest release

* Update n8n installation to latest version
This commit is contained in:
CanbiZ (MickLesk)
2026-07-17 12:52:57 +02:00
committed by GitHub
parent f119e8782a
commit abc31499a2
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ EOF
systemctl daemon-reload
fi
$STD npm install -g n8n@2.27.5
$STD npm install -g n8n@latest
systemctl restart n8n
msg_ok "Updated n8n"
msg_ok "Updated successfully!"
+1 -2
View File
@@ -16,7 +16,6 @@ update_os
msg_info "Installing Dependencies"
$STD apt install -y \
build-essential \
python3 \
python3-setuptools \
graphicsmagick
msg_ok "Installed Dependencies"
@@ -24,7 +23,7 @@ msg_ok "Installed Dependencies"
NODE_VERSION="24" setup_nodejs
msg_info "Installing n8n (Patience)"
$STD npm install -g n8n@2.27.5
$STD npm install -g n8n@latest
msg_ok "Installed n8n"
msg_info "Creating Service"