From 4dbb5369220a6905348c94ea61f949c6cae3a25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 4 Mar 2026 17:34:06 +0100 Subject: [PATCH] NodeJS update (#12558) --- ct/fluid-calendar.sh | 5 ++++- install/fluid-calendar-install.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ct/fluid-calendar.sh b/ct/fluid-calendar.sh index 3b2ab5f5a..47bf479f0 100644 --- a/ct/fluid-calendar.sh +++ b/ct/fluid-calendar.sh @@ -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" diff --git a/install/fluid-calendar-install.sh b/install/fluid-calendar-install.sh index 7b6aacccc..9fa132702 100644 --- a/install/fluid-calendar-install.sh +++ b/install/fluid-calendar-install.sh @@ -19,7 +19,7 @@ msg_ok "Installed Dependencies" PG_VERSION="17" setup_postgresql PG_DB_NAME="fluiddb" PG_DB_USER="fluiduser" setup_postgresql_db -NODE_VERSION="20" setup_nodejs +NODE_VERSION="24" setup_nodejs fetch_and_deploy_gh_release "fluid-calendar" "dotnetfactory/fluid-calendar" "tarball" msg_info "Configuring fluid-calendar"