fix(trek,anchor,slink): use Node.js 24 instead of 22

This commit is contained in:
MickLesk
2026-04-02 22:04:39 +02:00
parent 2a75902281
commit deb95b1bcf
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,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="anchor" PG_DB_USER="anchor" setup_postgresql_db