Skip to content

fix(ci): bump Node.js to v22 for pnpm v11 compatibility#49

Merged
shirshanka merged 1 commit into
mainfrom
fix/ci-node22
May 7, 2026
Merged

fix(ci): bump Node.js to v22 for pnpm v11 compatibility#49
shirshanka merged 1 commit into
mainfrom
fix/ci-node22

Conversation

@shirshanka
Copy link
Copy Markdown
Contributor

Summary

  • pnpm@latest is now v11, which requires Node.js >=22.13
  • CI was pinned to Node 20, causing Frontend typecheck and E2E jobs to fail with ERR_UNKNOWN_BUILTIN_MODULE: node:sqlite
  • Bumps both affected jobs (frontend-lint, e2e) from Node 20 → 22

Test plan

  • Frontend — typecheck & lint passes
  • E2E — Playwright passes

🤖 Generated with Claude Code

pnpm@11 (latest) requires Node.js >=22.13. CI was pinned to Node 20,
causing Frontend and E2E jobs to fail with ERR_UNKNOWN_BUILTIN_MODULE.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@shirshanka shirshanka merged commit e89bc5d into main May 7, 2026
5 checks passed
@shirshanka shirshanka deleted the fix/ci-node22 branch May 7, 2026 20:16
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.

1 participant