sparkyfitness: update node version

This commit is contained in:
Tom Frenzel
2026-02-20 15:37:03 +01:00
parent 8c61c25419
commit b3749a5e39
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ function update_script() {
exit
fi
NODE_VERSION="20" setup_nodejs
NODE_VERSION="25" setup_nodejs
PG_VERSION="15" setup_postgresql
if check_for_gh_release "sparkyfitness" "CodeWithCJ/SparkyFitness"; then
msg_info "Stopping Services"