Bump NodeJS Versions of several scripts (#16230)

This commit is contained in:
CanbiZ (MickLesk)
2026-08-04 20:51:02 +02:00
committed by GitHub
parent 77eece6f40
commit f219707efd
6 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ function update_script() {
exit
fi
NODE_VERSION="22" setup_nodejs
NODE_VERSION="24" setup_nodejs
RELEASE=$(get_latest_github_release "actualbudget/actual")
if [[ -f /opt/actualbudget-data/config.json ]]; then
if check_for_gh_release "actualbudget" "actualbudget/actual"; then
+2
View File
@@ -43,6 +43,8 @@ function update_script() {
fi
msg_ok "New version available: ${LATEST}"
NODE_VERSION="26" setup_nodejs
msg_info "Stopping Service"
systemctl stop omniroute
msg_ok "Stopped Service"
+2
View File
@@ -34,6 +34,8 @@ function update_script() {
systemctl stop watcharr
msg_ok "Stopped Service"
NODE_VERSION="24" setup_nodejs
create_backup /opt/watcharr/server/data
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball"
restore_backup