palmr: update node to v24 (#8521)

This commit is contained in:
Tobias
2025-10-20 21:01:43 +02:00
committed by GitHub
parent ee8e7f5bf0
commit 56c5067853
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ update_os
fetch_and_deploy_gh_release "Palmr" "kyantech/Palmr" "tarball" "latest" "/opt/palmr"
PNPM="$(jq -r '.packageManager' /opt/palmr/package.json)"
NODE_VERSION="20" NODE_MODULE="$PNPM" setup_nodejs
NODE_VERSION="24" NODE_MODULE="$PNPM" setup_nodejs
msg_info "Configuring palmr backend"
PALMR_DIR="/opt/palmr_data"