Skip to content

Commit d8c9f8d

Browse files
christsoclaude
andcommitted
fix(ci): add Node 22 for copilot CLI compatibility
Copilot's runtime package blob may require Node 22+. The default ubuntu-latest runner ships Node 20 which causes SyntaxError on the downloaded index.js. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a852e0b commit d8c9f8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/evals.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
models: read
2727
steps:
2828
- uses: actions/checkout@v4
29+
- uses: actions/setup-node@v4
30+
with:
31+
node-version: 22
2932
- uses: ./.github/actions/setup-bun
3033

3134
- name: Build

0 commit comments

Comments
 (0)