Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
8083cafb59 spliit: bump Node.js from 24 to 26 2026-09-14 06:26:31 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ function update_script() {
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "spliit" "spliit-app/spliit" "tarball" CLEAN_INSTALL=1 fetch_and_deploy_gh_release "spliit" "spliit-app/spliit" "tarball"
restore_backup restore_backup
NODE_VERSION="24" setup_nodejs NODE_VERSION="26" setup_nodejs
msg_info "Building Application" msg_info "Building Application"
cd /opt/spliit cd /opt/spliit

View File

@@ -15,7 +15,7 @@ update_os
PG_VERSION="16" setup_postgresql PG_VERSION="16" setup_postgresql
PG_DB_NAME="spliit" PG_DB_USER="spliit" setup_postgresql_db 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" fetch_and_deploy_gh_release "spliit" "spliit-app/spliit" "tarball"
msg_info "Configuring Application" msg_info "Configuring Application"