Standardize pnpm CI pattern: action-setup@v6.0.8 before setup-node with cache: pnpm#14764
Merged
rtibbles merged 1 commit intoMay 27, 2026
Merged
Conversation
…th cache: pnpm Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Build Artifacts
Smoke test screenshot |
rtibbles
approved these changes
May 27, 2026
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.
Plan: Update all affected GitHub Actions frontend workflows to use the canonical pnpm CI pattern —
pnpm/action-setup@v6.0.8running beforeactions/setup-nodewithcache: 'pnpm'.frontend-tests.ymlpre-commit.ymlcheck_licenses.ymlbuild_whl.ymli18n-download.ymli18n-upload.ymlupdate_h5p.ymlSummary
Standardizes the pnpm CI setup across all 7 affected frontend workflows:
pnpm/action-setup@v6.0.8runs first, followed byactions/setup-nodewithcache: 'pnpm'.Fixes a v6.0.3 regression where
pnpm/action-setupinstalls pnpm 11 instead of the pinned version when run beforesetup-nodeon a runner with Node ≥22.References
Fixes #14763
See also: learningequality/studio#5939 — same fix applied to Studio
Reviewer guidance
Verify CI passes without any job logging
This version of pnpm requires at least Node.js v22.13. On a subsequent run, the pnpm store cache should show a cache hit.npm_publish.ymlis intentionally unchanged — it runs on Node 24 without pnpm caching and is out of scope.AI usage
Used Claude Code to implement the changes following a pre-approved plan, verifying each file with grep to confirm the old pattern was fully replaced.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?