From 8083cafb59339eac4931eda6cc3e8e6b8e28e549 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 06:26:31 +0000 Subject: [PATCH] spliit: bump Node.js from 24 to 26 --- ct/spliit.sh | 2 +- install/spliit-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/spliit.sh b/ct/spliit.sh index ded933918..5109131c0 100755 --- a/ct/spliit.sh +++ b/ct/spliit.sh @@ -42,7 +42,7 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "spliit" "spliit-app/spliit" "tarball" restore_backup - NODE_VERSION="24" setup_nodejs + NODE_VERSION="26" setup_nodejs msg_info "Building Application" cd /opt/spliit diff --git a/install/spliit-install.sh b/install/spliit-install.sh index 9447943f4..59317c72c 100755 --- a/install/spliit-install.sh +++ b/install/spliit-install.sh @@ -15,7 +15,7 @@ update_os PG_VERSION="16" setup_postgresql PG_DB_NAME="spliit" PG_DB_USER="spliit" setup_postgresql_db -NODE_VERSION="24" setup_nodejs +NODE_VERSION="26" setup_nodejs fetch_and_deploy_gh_release "spliit" "spliit-app/spliit" "tarball" msg_info "Configuring Application"