Skip to content

Fix CI Node version for pnpm 11#27

Merged
Vector897 merged 1 commit into
mainfrom
fix/ci-node22
Jul 15, 2026
Merged

Fix CI Node version for pnpm 11#27
Vector897 merged 1 commit into
mainfrom
fix/ci-node22

Conversation

@Vector897

Copy link
Copy Markdown
Owner

Summary

  • Bump GitHub Actions Node from 20 to 22 so pnpm 11 can run (requires Node >= 22.13).

Test plan

  • Frontend build job passes on this PR

Made with Cursor

Copilot AI review requested due to automatic review settings July 15, 2026 14:09
@Vector897
Vector897 merged commit b724758 into main Jul 15, 2026
@Vector897
Vector897 deleted the fix/ci-node22 branch July 15, 2026 14:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the CI workflow’s frontend build job to use a newer Node.js runtime so pnpm v11 can run successfully in GitHub Actions.

Changes:

  • Bumped actions/setup-node Node version from 20 to 22 for the frontend-build job.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
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.

2 participants