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
@@ -19,7 +19,7 @@ $STD apt install -y \
g++
msg_ok "Installed Dependencies"
NODE_VERSION="22" setup_nodejs
NODE_VERSION="24" setup_nodejs
create_self_signed_cert
msg_info "Installing Actual Budget"
+1 -1
View File
@@ -13,7 +13,7 @@ setting_up_container
network_check
update_os
NODE_VERSION="24" setup_nodejs
NODE_VERSION="26" setup_nodejs
msg_info "Installing OmniRoute"
$STD npm install -g omniroute@latest
+1 -1
View File
@@ -18,7 +18,7 @@ $STD apt install -y gcc
msg_ok "Installed Dependencies"
setup_go
NODE_VERSION="22" setup_nodejs
NODE_VERSION="24" setup_nodejs
fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball"
msg_info "Setup Watcharr"