Skip to content

Commit 56c5067

Browse files
authored
palmr: update node to v24 (#8521)
1 parent ee8e7f5 commit 56c5067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/palmr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function update_script() {
3737
fetch_and_deploy_gh_release "Palmr" "kyantech/Palmr" "tarball" "latest" "/opt/palmr"
3838

3939
PNPM="$(jq -r '.packageManager' /opt/palmr/package.json)"
40-
NODE_VERSION="20" NODE_MODULE="$PNPM" setup_nodejs
40+
NODE_VERSION="24" NODE_MODULE="$PNPM" setup_nodejs
4141

4242
msg_info "Updating ${APP}"
4343
cd /opt/palmr/apps/server

install/palmr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ update_os
1515

1616
fetch_and_deploy_gh_release "Palmr" "kyantech/Palmr" "tarball" "latest" "/opt/palmr"
1717
PNPM="$(jq -r '.packageManager' /opt/palmr/package.json)"
18-
NODE_VERSION="20" NODE_MODULE="$PNPM" setup_nodejs
18+
NODE_VERSION="24" NODE_MODULE="$PNPM" setup_nodejs
1919

2020
msg_info "Configuring palmr backend"
2121
PALMR_DIR="/opt/palmr_data"

0 commit comments

Comments
 (0)