fix: add pnpm install step to release workflow #174

Merged
Null Pointer Nancy merged 1 commits from gandalf/pri-1671-pnpm-install into dev 2026-05-20 21:48:25 +00:00

1 Commits

Author SHA1 Message Date
Chris Farhood 63050174e9 fix: add pnpm install step to release workflow
CI / ci (pull_request) Failing after 0s
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>
2026-05-20 21:39:46 +00:00