From 34ef80ac87fc5e5d70e3e4edcc09378e9a0a40be Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:16:27 +0200 Subject: [PATCH] Changedetection: Bump nodejs to 24 (#8002) --- ct/changedetection.sh | 2 ++ install/changedetection-install.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index d452ce26d..0f13917f2 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -36,6 +36,8 @@ function update_script() { msg_ok "Updated Dependencies" fi + NODE_VERSION="24" setup_nodejs + msg_info "Updating ${APP}" $STD pip3 install changedetection.io --upgrade msg_ok "Updated ${APP}" diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index 8244da692..7d374318e 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -51,7 +51,7 @@ $STD apt-get install -y \ rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Setup Python3" -NODE_VERSION="22" setup_nodejs +NODE_VERSION="24" setup_nodejs msg_info "Installing Change Detection" mkdir /opt/changedetection