Move papra to node 26 per there .nvmrc file

This commit is contained in:
Michel Roegl-Brunner
2026-05-19 08:16:13 +02:00
parent 0a7707d9d8
commit fb2cbe18c5
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -42,6 +42,9 @@ function update_script() {
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "papra" "papra-hq/papra" "tarball"
pnpm_version=$(grep -oP '"packageManager":\s*"pnpm@\K[^"]+' /opt/papra/package.json)
NODE_VERSION="26" NODE_MODULE="pnpm@$pnpm_version" setup_nodejs
msg_info "Building Application"
cd /opt/papra
if [[ -f /opt/papra_env.bak ]]; then