Update Node.js version to 24 in installation script

This commit is contained in:
CanbiZ (MickLesk)
2026-08-03 09:31:17 +02:00
committed by GitHub
parent 362fb62733
commit 21accbbe61
+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"