From 6275928a8179574399ea9c25efec5654a06ace4f Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 18 Jun 2026 12:52:04 +0200 Subject: [PATCH] Downgrade Node.js version from 24 to 22 --- ct/flowiseai.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/flowiseai.sh b/ct/flowiseai.sh index 4e7e139dc..7d4c6468e 100644 --- a/ct/flowiseai.sh +++ b/ct/flowiseai.sh @@ -29,7 +29,7 @@ function update_script() { exit fi - NODE_VERSION="24" NODE_MODULE="pnpm" setup_nodejs + NODE_VERSION="22" NODE_MODULE="pnpm" setup_nodejs msg_info "Updating FlowiseAI (this may take some time)" systemctl stop flowise