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
Member

Summary

  • Add pnpm installation step to .github/workflows/release.yaml after "Setup Node" and before "Install dependencies"
  • Fixes pnpm: command not found error on ubuntu-latest runner for release workflow

Test plan

  • CI passes on this PR
  • Release workflow runs successfully

cc @cpfarhood


🤖 Generated with Claude Code

## Summary - Add pnpm installation step to `.github/workflows/release.yaml` after "Setup Node" and before "Install dependencies" - Fixes `pnpm: command not found` error on ubuntu-latest runner for release workflow ## Test plan - [ ] CI passes on this PR - [ ] Release workflow runs successfully cc @cpfarhood --- 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Gandalf the Greybeard added 1 commit 2026-05-20 21:45:05 +00:00
fix: add pnpm install step to release workflow
CI / ci (pull_request) Failing after 0s
63050174e9
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>
Null Pointer Nancy merged commit 76d0e106b2 into dev 2026-05-20 21:48:25 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#174