NodeJS update (#12558)

This commit is contained in:
Slaviša Arežina
2026-03-04 17:34:06 +01:00
committed by GitHub
parent 154f46d6b8
commit 4dbb536922
2 changed files with 5 additions and 2 deletions

View File

@@ -28,6 +28,9 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
NODE_VERSION="24" setup_nodejs
if check_for_gh_release "fluid-calendar" "dotnetfactory/fluid-calendar"; then
msg_info "Stopping Service"
systemctl stop fluid-calendar
@@ -45,7 +48,7 @@ function update_script() {
$STD npx prisma migrate deploy
$STD npm run build:os
msg_ok "Updated Fluid Calendar"
msg_info "Starting Service"
systemctl start fluid-calendar
msg_ok "Started Service"