Skip to content

ci: migrate to pnpm/setup for pnpm+node install - #165

Open
simonvanlierde wants to merge 1 commit into
feat/working-branchfrom
ci/pnpm-setup-v2
Open

ci: migrate to pnpm/setup for pnpm+node install#165
simonvanlierde wants to merge 1 commit into
feat/working-branchfrom
ci/pnpm-setup-v2

Conversation

@simonvanlierde

Copy link
Copy Markdown
Contributor

Summary

  • Replace pnpm/action-setup + actions/setup-node (or manual corepack enable) with pnpm/setup@v2
  • pnpm/setup installs pnpm and the JS runtime in one step, without needing Node preinstalled first
  • Kept explicit pnpm install --frozen-lockfile steps where they existed (install: false on the setup step) so CI install behavior is unchanged

Test plan

  • CI passes on this PR

Replaces pnpm/action-setup + actions/setup-node (or manual corepack
enable) with the single pnpm/setup@v2 action, which installs pnpm and
the runtime in one step without needing Node preinstalled first.
@simonvanlierde
simonvanlierde changed the base branch from main to feat/working-branch August 25, 2026 11:46
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.

1 participant