uat
main
promote: dev → uat (pnpm fix for release workflow) (#175)
fix: add pnpm install step to release workflow (#174)
Add explicit pnpm installation before Install dependencies step. Without this, ubuntu-latest runner fails with 'pnpm: command not found' since pnpm is not bundled with the Node 20 action. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>