Skip to content

Fix extended validation Node setup#135

Merged
jmcte merged 1 commit into
mainfrom
codex/fix-extended-validation-node
Jun 8, 2026
Merged

Fix extended validation Node setup#135
jmcte merged 1 commit into
mainfrom
codex/fix-extended-validation-node

Conversation

@jmcte

@jmcte jmcte commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bootstrap shell-safe Node before Extended Validation's fast and extended script jobs.
  • Use shell-safe Node setup for trusted self-hosted Linux CI jobs that previously called actions/setup-node.
  • Add workflow coverage that ensures the setup step runs before the affected scripts/actions.

Why

Scheduled Extended Validation on main was running run-extended-validation.sh under the self-hosted runner image's Node 18 runtime. Coverage then failed with No such built-in module: node:inspector/promises even though the package requires Node >=20.

The first live PR run also showed the trusted self-hosted Linux CI jobs failing in actions/setup-node@v6 while extracting Node because tar could not restore archive ownership inside the runner work/temp path. Those jobs now use the repository's shell-safe Node setup action.

Verification

  • pnpm exec vitest run test/workflow.test.ts — passed
  • bash scripts/ci/run-fast-checks.sh — passed

Linked issues

  • None

Bootstrap shell-safe Node before the fast and extended validation script jobs so scheduled self-hosted runs do not fall back to the runner image's Node 18 runtime. Add workflow coverage for that setup order.
@jmcte jmcte force-pushed the codex/fix-extended-validation-node branch from a50dfd9 to 65ac37f Compare June 8, 2026 16:57
@jmcte jmcte enabled auto-merge (squash) June 8, 2026 17:00

@pheidon pheidon left a comment

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.

Approved: shell-safe Node now boots before the self-hosted validation scripts, which fixes the runner-image Node 18 fallback for the extended validation path.

@jmcte jmcte merged commit deea0b4 into main Jun 8, 2026
18 checks passed
@jmcte jmcte deleted the codex/fix-extended-validation-node branch June 8, 2026 17:03
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