From 500d9db558cffbca70cd7497673fce0eb132626e Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:03:43 +0100 Subject: [PATCH] fix: pin NODE_VERSION for nodecast-tv and wealthfolio nodecast-tv: NODE_VERSION=20 (upstream Dockerfile uses nodesource/setup_20.x) wealthfolio: NODE_VERSION=20 (upstream Dockerfile uses node:20-alpine) --- install/nodecast-tv-install.sh | 2 +- install/wealthfolio-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/nodecast-tv-install.sh b/install/nodecast-tv-install.sh index 07a6b79e7..d4b3652bd 100644 --- a/install/nodecast-tv-install.sh +++ b/install/nodecast-tv-install.sh @@ -14,7 +14,7 @@ network_check update_os fetch_and_deploy_gh_release "nodecast-tv" "technomancer702/nodecast-tv" -setup_nodejs +NODE_VERSION="20" setup_nodejs msg_info "Installing Dependencies" $STD apt install -y ffmpeg diff --git a/install/wealthfolio-install.sh b/install/wealthfolio-install.sh index 2d689081d..f2110e959 100644 --- a/install/wealthfolio-install.sh +++ b/install/wealthfolio-install.sh @@ -23,7 +23,7 @@ $STD apt install -y \ msg_ok "Installed Dependencies" setup_rust -NODE_MODULE="pnpm" setup_nodejs +NODE_VERSION="20" NODE_MODULE="pnpm" setup_nodejs fetch_and_deploy_gh_release "wealthfolio" "afadil/wealthfolio" "tarball" msg_info "Building Frontend (patience)"