Skip to content

Commit f219707

Browse files
authored
Bump NodeJS Versions of several scripts (#16230)
1 parent 77eece6 commit f219707

6 files changed

Lines changed: 8 additions & 4 deletions

File tree

ct/actualbudget.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function update_script() {
3030
exit
3131
fi
3232

33-
NODE_VERSION="22" setup_nodejs
33+
NODE_VERSION="24" setup_nodejs
3434
RELEASE=$(get_latest_github_release "actualbudget/actual")
3535
if [[ -f /opt/actualbudget-data/config.json ]]; then
3636
if check_for_gh_release "actualbudget" "actualbudget/actual"; then

ct/omniroute.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ function update_script() {
4343
fi
4444
msg_ok "New version available: ${LATEST}"
4545

46+
NODE_VERSION="26" setup_nodejs
47+
4648
msg_info "Stopping Service"
4749
systemctl stop omniroute
4850
msg_ok "Stopped Service"

ct/watcharr.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ function update_script() {
3434
systemctl stop watcharr
3535
msg_ok "Stopped Service"
3636

37+
NODE_VERSION="24" setup_nodejs
38+
3739
create_backup /opt/watcharr/server/data
3840
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball"
3941
restore_backup

install/actualbudget-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $STD apt install -y \
1919
g++
2020
msg_ok "Installed Dependencies"
2121

22-
NODE_VERSION="22" setup_nodejs
22+
NODE_VERSION="24" setup_nodejs
2323
create_self_signed_cert
2424

2525
msg_info "Installing Actual Budget"

install/omniroute-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setting_up_container
1313
network_check
1414
update_os
1515

16-
NODE_VERSION="24" setup_nodejs
16+
NODE_VERSION="26" setup_nodejs
1717

1818
msg_info "Installing OmniRoute"
1919
$STD npm install -g omniroute@latest

install/watcharr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $STD apt install -y gcc
1818
msg_ok "Installed Dependencies"
1919

2020
setup_go
21-
NODE_VERSION="22" setup_nodejs
21+
NODE_VERSION="24" setup_nodejs
2222
fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball"
2323

2424
msg_info "Setup Watcharr"

0 commit comments

Comments
 (0)