Skip to content

Commit 34ef80a

Browse files
authored
Changedetection: Bump nodejs to 24 (#8002)
1 parent b18d456 commit 34ef80a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ct/changedetection.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ function update_script() {
3636
msg_ok "Updated Dependencies"
3737
fi
3838

39+
NODE_VERSION="24" setup_nodejs
40+
3941
msg_info "Updating ${APP}"
4042
$STD pip3 install changedetection.io --upgrade
4143
msg_ok "Updated ${APP}"

install/changedetection-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $STD apt-get install -y \
5151
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
5252
msg_ok "Setup Python3"
5353

54-
NODE_VERSION="22" setup_nodejs
54+
NODE_VERSION="24" setup_nodejs
5555

5656
msg_info "Installing Change Detection"
5757
mkdir /opt/changedetection

0 commit comments

Comments
 (0)