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"