Skip to content

Commit e93d452

Browse files
committed
ci: use nodejs 24 for integration tests
1 parent 162a00f commit e93d452

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Set up Node.js
219219
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
220220
with:
221-
node-version: "lts/*"
221+
node-version: "24"
222222

223223
- name: Install Claude Code CLI
224224
run: npm install -g @anthropic-ai/claude-code
@@ -256,7 +256,7 @@ jobs:
256256
- name: Set up Node.js
257257
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
258258
with:
259-
node-version: "22"
259+
node-version: "24"
260260

261261
- name: Install GitHub Copilot CLI
262262
run: npm install -g @github/copilot
@@ -294,7 +294,7 @@ jobs:
294294
- name: Set up Node.js
295295
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
296296
with:
297-
node-version: "22"
297+
node-version: "24"
298298

299299
- name: Install OpenAI Codex CLI
300300
run: npm install -g @openai/codex
@@ -332,7 +332,7 @@ jobs:
332332
- name: Set up Node.js
333333
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
334334
with:
335-
node-version: "lts/*"
335+
node-version: "24"
336336

337337
- name: Install OpenCode CLI
338338
run: npm install -g opencode-ai

0 commit comments

Comments
 (0)