Skip to content

ci: use Node 22 for shell E2E - #730

Merged
ytallo merged 1 commit into
feat/console/tabs-and-redesign-merge-mainfrom
fix/shell-e2e-node-22
Aug 6, 2026
Merged

ci: use Node 22 for shell E2E#730
ytallo merged 1 commit into
feat/console/tabs-and-redesign-merge-mainfrom
fix/shell-e2e-node-22

Conversation

@ytallo

@ytallo ytallo commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

What changed

  • run the Shell E2E workflow with Node.js 22
  • keep the workflow compatible with the repository's pnpm@11.13.1 toolchain

Root cause

The workflow installed Node.js 20 before resolving pnpm from the root packageManager field. pnpm 11 requires Node.js 22.13 or newer and failed while importing node:sqlite, causing the Shell UI build to panic before either Harness mode could run.

Impact

The default and jailed Shell Harness jobs can install the UI dependencies and proceed to the actual E2E scenarios.

Validation

  • git diff --check
  • verified the PR contains only the Node.js version change in .github/workflows/shell-e2e.yml

@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview Aug 6, 2026 5:40pm
workers-tech-spec Ready Ready Preview Aug 6, 2026 5:40pm

Request Review

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 7164b40c-2393-4122-9b21-15e33d1c6519

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ytallo ytallo added the no-ticket PR deliberately has no Linear ticket (bump/typo/CI-only) label Aug 6, 2026
@ytallo
ytallo marked this pull request as ready for review August 6, 2026 17:40
@ytallo
ytallo merged commit 6f75c6c into feat/console/tabs-and-redesign-merge-main Aug 6, 2026
4 checks passed
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 55 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

sergiofilhowz added a commit that referenced this pull request Aug 6, 2026
* feat(console): tabs and console redesign

* feat: shell ui and ui redesign

* fix(ci): install pnpm in the shell E2E workflow

shell/build.rs now builds the injectable UI (shell/ui) with pnpm before
embedding its assets; the E2E workflow only set up Node, so the cargo
build panicked with "pnpm not found on PATH". Same pnpm/action-setup
pattern ci.yml uses for Rust workers with a ui/ directory — the version
comes from the repo-root package.json packageManager field.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* ci: use Node 22 for shell E2E (#730)

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Ytallo <ytallo.layon@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-ticket PR deliberately has no Linear ticket (bump/typo/CI-only)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant