pin version to 2.27.5 (#15516)

This commit is contained in:
Slaviša Arežina
2026-07-01 15:34:50 +02:00
committed by GitHub
parent a1fa80cec3
commit e276b6c5b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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!"
+1 -1
View File
@@ -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"