Skip to content

Conversation

@gndelia
Copy link
Contributor

@gndelia gndelia commented Jan 30, 2026

This fix updates the GitHub Actions workflow to follow the official pnpm documentation for CI/CD setup as described in https://pnpm.io/continuous-integration#github-actions.

Changes

The key change is installing pnpm before setting up Node.js, which is the recommended approach in the pnpm docs. This ensures pnpm is available when actions/setup-node attempts to use it for caching.

What changed

  • Moved pnpm/action-setup step before actions/setup-node in setup-node-env/action.yml

This aligns our workflow with the standard pnpm + GitHub Actions integration pattern.

@gndelia gndelia requested review from a team as code owners January 30, 2026 14:53
@gndelia gndelia self-assigned this Jan 30, 2026
@gndelia gndelia enabled auto-merge (squash) January 30, 2026 14:53
@gndelia gndelia merged commit 42a939f into main Jan 30, 2026
1 check passed
@gndelia gndelia deleted the fix-pnpm-install branch January 30, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants