Skip to content

Conversation

@Ansonhkg
Copy link
Collaborator

WHAT

Inserted pnpm/action-setup@v4 right before actions/setup-node@v4 in the release job so the cache step has the pnpm binary available.

Copilot AI review requested due to automatic review settings October 10, 2025 18:12
@Ansonhkg Ansonhkg merged commit a7bdae6 into naga Oct 10, 2025
3 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the pnpm package manager setup in the e2e-naga.yml workflow by adding the pnpm action-setup step before the Node.js setup, ensuring pnpm is available for the cache step.

  • Adds pnpm/action-setup@v4 with version 9.15.0 before actions/setup-node@v4
  • Ensures pnpm binary is available for subsequent workflow steps that depend on it

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

2 participants