mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-10 21:26:52 +01:00
Update nodejs Versions (#14582)
* Move fumadocs to node 24 per there package.json requirements * Move papra to node 26 per there .nvmrc file * Move zipline to node 24 as per there Dockerfile
This commit is contained in:
committed by
GitHub
parent
39e67bc874
commit
f7432990cf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user