Move to pnpm/setup for github workflows - #3161
Merged
Merged
Conversation
mfedderly
force-pushed
the
mf/pnpm-action
branch
from
September 7, 2026 14:59
6cab126 to
6750279
Compare
mfedderly
force-pushed
the
mf/pnpm-action
branch
from
September 7, 2026 15:10
6750279 to
5d1f65c
Compare
mfedderly
commented
Sep 7, 2026
| "packageManager": { | ||
| "name": "pnpm", | ||
| "version": ">=11.0.0 <12.0.0", | ||
| "version": "11.21.0", |
Collaborator
Author
There was a problem hiding this comment.
Pin the specific version so that CI keeps working when newer versions get released
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The previous pnpm github runners were causing issues now that newer pnpm 11's have been released.
It appears that they have released a new simpler action, so lets see if that one works out of the box or if I need to set a specific pnpm version in package.json's devEngines.