Skip to content

ci: add setup-node to CodeQL JS/TS job for K8s runners#70

Open
BrewingCoder wants to merge 1 commit intomainfrom
issue-67-k8s-runners
Open

ci: add setup-node to CodeQL JS/TS job for K8s runners#70
BrewingCoder wants to merge 1 commit intomainfrom
issue-67-k8s-runners

Conversation

@BrewingCoder
Copy link
Owner

Summary

  • K8s ephemeral runner pods don't have Node.js pre-installed (bare-metal runners did)
  • CodeQL autobuild fails with Could not start Node.js — required for TypeScript extraction
  • Add actions/setup-node@v6 before CodeQL init in the codeql-js job

Test plan

  • CodeQL Analysis (javascript-typescript) passes on this PR

🤖 Generated with Claude Code

K8s ephemeral runner pods don't have Node pre-installed (unlike the
old bare-metal runner). CodeQL autobuild requires Node on PATH for
TypeScript extraction. Add setup-node@v6 before CodeQL init.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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