fix(wishlist): pin pnpm to v10 to match engine requirements (#14342)

This commit is contained in:
CanbiZ (MickLesk)
2026-05-08 23:32:18 +02:00
committed by GitHub
parent 83575e5972
commit 90bc1ae1e5

View File

@@ -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")