We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18d456 commit 34ef80aCopy full SHA for 34ef80a
ct/changedetection.sh
@@ -36,6 +36,8 @@ function update_script() {
36
msg_ok "Updated Dependencies"
37
fi
38
39
+ NODE_VERSION="24" setup_nodejs
40
+
41
msg_info "Updating ${APP}"
42
$STD pip3 install changedetection.io --upgrade
43
msg_ok "Updated ${APP}"
install/changedetection-install.sh
@@ -51,7 +51,7 @@ $STD apt-get install -y \
51
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
52
msg_ok "Setup Python3"
53
54
-NODE_VERSION="22" setup_nodejs
+NODE_VERSION="24" setup_nodejs
55
56
msg_info "Installing Change Detection"
57
mkdir /opt/changedetection
0 commit comments