Update Node.js version from 22 to 24

This commit is contained in:
CanbiZ (MickLesk)
2026-08-03 09:34:06 +02:00
committed by GitHub
parent f602705af3
commit 65af476e7b
+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