mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-15 13:04:56 +02:00
fix(wishlist): pin pnpm to v10 to match engine requirements
Wishlist requires pnpm ^10 (engines.pnpm field in package.json). Installing pnpm@latest (11.x) causes ERR_PNPM_UNSUPPORTED_ENGINE during pnpm install --frozen-lockfile. Fixes #14337
This commit is contained in:
@@ -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