Move zipline to node 24 as per there Dockerfile

This commit is contained in:
Michel Roegl-Brunner
2026-05-19 08:16:55 +02:00
parent fb2cbe18c5
commit 424f7ba07b
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ function update_script() {
exit
fi
NODE_VERSION="22" NODE_MODULE="pnpm" setup_nodejs
NODE_VERSION="24" NODE_MODULE="pnpm" setup_nodejs
if check_for_gh_release "zipline" "diced/zipline"; then
msg_info "Stopping Service"

View File

@@ -14,7 +14,7 @@ setting_up_container
network_check
update_os
NODE_VERSION="22" NODE_MODULE="pnpm" setup_nodejs
NODE_VERSION="24" NODE_MODULE="pnpm" setup_nodejs
PG_VERSION="17" setup_postgresql
PG_DB_NAME="ziplinedb" PG_DB_USER="zipline" setup_postgresql_db
fetch_and_deploy_gh_release "zipline" "diced/zipline" "tarball"