Skip to content

chore: migrate from pnpm/action-setup to pnpm/setup - #252

Closed
mraible wants to merge 1 commit into
mainfrom
migrate-pnpm-setup
Closed

chore: migrate from pnpm/action-setup to pnpm/setup#252
mraible wants to merge 1 commit into
mainfrom
migrate-pnpm-setup

Conversation

@mraible

@mraible mraible commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Replaces the deprecated pnpm/action-setup + actions/setup-node + pnpm install pattern with the single-step pnpm/setup action (v2.0.2), which is the official successor.

This consolidates three steps into one across all workflows (ci, release, push-dist). The pnpm version is read from the packageManager field in package.json, Node.js is installed via the runtime input, and pnpm install runs by default.

Closes #251

pnpm/action-setup is deprecated in favor of pnpm/setup, which installs
pnpm and Node.js in a single step. This replaces three separate steps
(pnpm/action-setup + actions/setup-node + pnpm install) with one.
@changeset-bot

changeset-bot Bot commented Aug 18, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: f59032f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@mraible

mraible commented Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

Closing - pnpm/setup uses node24 which isn't supported by our runners yet (same reason PR #251 failed). We're stuck on pnpm/action-setup v4.2.0 until the runners support node24 actions.

@mraible mraible closed this Aug 18, 2026
@mraible
mraible deleted the migrate-pnpm-setup branch August 18, 2026 19:53
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