Skip to content

chore: fix pnpm setup order in release workflow#125

Merged
marandaneto merged 1 commit intomainfrom
chore/fix-release-workflow-pnpm-order
Apr 16, 2026
Merged

chore: fix pnpm setup order in release workflow#125
marandaneto merged 1 commit intomainfrom
chore/fix-release-workflow-pnpm-order

Conversation

@marandaneto
Copy link
Copy Markdown
Member

💡 Motivation and Context

The new release workflow fails before dependency installation because actions/setup-node tries to enable pnpm caching before the pnpm executable is available on PATH.

💚 How did you test it?

  • Re-read the release workflow and verified pnpm/action-setup now runs before actions/setup-node
  • Parsed .github/workflows/release.yml with Ruby YAML to confirm the workflow file is still valid

📝 Checklist

  • I reviewed the submitted code.
  • I added tests to verify the changes.
  • I updated the docs if needed.
  • No breaking change or entry added to the changelog.

If releasing new changes

  • Ran pnpm changeset to generate a changeset file
  • Added the release label to the PR

@marandaneto marandaneto requested a review from a team as a code owner April 16, 2026 13:28
@marandaneto marandaneto enabled auto-merge (squash) April 16, 2026 13:29
@marandaneto marandaneto merged commit b6cb151 into main Apr 16, 2026
10 checks passed
@marandaneto marandaneto deleted the chore/fix-release-workflow-pnpm-order branch April 16, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants