Skip to content

Bump pnpm/action-setup to v6.0.8 to fix Node version CI failure#5939

Merged
akolson merged 1 commit into
learningequality:unstablefrom
rtibbles:bump-pnpm-action-setup-v6.0.8
May 27, 2026
Merged

Bump pnpm/action-setup to v6.0.8 to fix Node version CI failure#5939
akolson merged 1 commit into
learningequality:unstablefrom
rtibbles:bump-pnpm-action-setup-v6.0.8

Conversation

@rtibbles
Copy link
Copy Markdown
Member

Summary

CI was failing because pnpm/action-setup@v6.0.3 ignores the pinned pnpm version and installs pnpm 11, which needs Node ≥22.13 and breaks on our Node 20 runners (#225, #227). v6.0.8 has the upstream fix, restoring pnpm 10.33.0.

References

  • pnpm/action-setup #225, #227 — upstream regression this bump resolves

Reviewer guidance

Confirm CI is green here — the "Use pnpm" step should install pnpm 10.33.0 (not 11), and no job should warn requires at least Node.js v22.13. The upstream issues are still open, so if any job still pulls pnpm 11, the fallback is pinning to v5.

AI usage

Used Claude Code to diagnose the CI failures — tracing them to the pnpm/action-setup v6 regression by reading the action source and the upstream issue tracker — and to apply the version bump. Confirmed v6.0.8 contains the upstream fix before selecting it.

v6.0.3 carries a regression (pnpm/action-setup#225, learningequality#227) that ignores the
packageManager-pinned pnpm version and installs pnpm 11, which requires
Node.js >=22.13 and fails on our Node 20 runners. v6.0.7 restored self-update
to the packageManager-pinned version (10.33.0).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@rtibblesbot rtibblesbot left a comment

Choose a reason for hiding this comment

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

Minimal, targeted CI fix with green CI confirming the regression is resolved.

CI: all 12 checks passing. No UI files changed — Phase 3 skipped.

  • praise: All six pnpm/action-setup occurrences across five workflow files bumped consistently — no stale pinned versions left behind (see inline).

@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly

How was this generated?

Reviewed the pull request diff checking for:

  • Correctness: bugs, edge cases, undocumented behavior, resource leaks, hardcoded values
  • Design: unnecessary complexity, naming, readability, comment accuracy, redundant state
  • Architecture: duplicated concerns, minimal interfaces, composition over inheritance
  • Testing: behavior-based assertions, mocks only at hard boundaries, accurate coverage
  • Completeness: missing dependencies, unupdated usages, i18n, accessibility, security
  • Principles: DRY (same reason to change), SRP, Rule of Three (no premature abstraction)
  • Checked CI status and linked issue acceptance criteria
  • For UI changes: inspected screenshots for layout, visual completeness, and consistency

- uses: actions/checkout@v6
- name: Use pnpm
uses: pnpm/action-setup@v6.0.3
uses: pnpm/action-setup@v6.0.8
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

praise: Every pnpm/action-setup usage across all five workflow files gets the same bump — no workflow was left on the broken v6.0.3. Good completeness check.

Copy link
Copy Markdown
Member

@akolson akolson left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @rtibbles

@akolson akolson merged commit d0d5192 into learningequality:unstable May 27, 2026
32 checks passed
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.

3 participants