Downgrade Node.js version to 22 for compatibility

This commit is contained in:
CanbiZ (MickLesk)
2026-06-18 12:51:44 +02:00
committed by GitHub
parent d8640aeb4c
commit 3465170234
+1 -1
View File
@@ -20,7 +20,7 @@ $STD apt install -y \
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.11" setup_uv
NODE_VERSION="24" setup_nodejs
NODE_VERSION="22" setup_nodejs #needed because better-sql break
msg_info "Installing FlowiseAI (Patience)"
PYTHON_BIN="$(uv python find 3.11)"