Skip to content

Move to pnpm/setup for github workflows - #3161

Merged
mfedderly merged 1 commit into
masterfrom
mf/pnpm-action
Sep 7, 2026
Merged

mfedderly merged 1 commit into
masterfrom
mf/pnpm-action

Conversation

@mfedderly

Copy link
Copy Markdown
Collaborator

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.

@mfedderly mfedderly added this to the v8 milestone Sep 7, 2026
@mfedderly mfedderly added the operations Things relating to CI, npm releases etc label Sep 7, 2026
Comment thread package.json
"packageManager": {
"name": "pnpm",
"version": ">=11.0.0 <12.0.0",
"version": "11.21.0",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Pin the specific version so that CI keeps working when newer versions get released

@mfedderly
mfedderly merged commit 700eff6 into master Sep 7, 2026
3 checks passed
@mfedderly
mfedderly deleted the mf/pnpm-action branch September 7, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

operations Things relating to CI, npm releases etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant