mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-09 01:58:52 +02:00
fix(wishlist): pin pnpm to v10 to match engine requirements (#14342)
This commit is contained in:
committed by
GitHub
parent
83575e5972
commit
90bc1ae1e5
@@ -20,7 +20,7 @@ $STD apt install -y \
|
||||
caddy
|
||||
msg_ok "Installed dependencies"
|
||||
|
||||
NODE_VERSION="24" NODE_MODULE="pnpm" setup_nodejs
|
||||
NODE_VERSION="24" NODE_MODULE="pnpm@10" setup_nodejs
|
||||
fetch_and_deploy_gh_release "wishlist" "cmintey/wishlist" "tarball"
|
||||
LATEST_APP_VERSION=$(get_latest_github_release "cmintey/wishlist")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user