Skip to content

Commit 356f0d2

Browse files
hi-ogawacodex
andcommitted
chore: use Node 24 for fixed CI jobs
Keep Node 22 coverage in the main compatibility matrix, but run fixed CI setup-node jobs and cross-OS coverage on Node 24. Co-authored-by: Codex <noreply@openai.com>
1 parent 4f92ad3 commit 356f0d2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-rsc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
2929
- uses: actions/setup-node@v6
3030
with:
31-
node-version: 22
31+
node-version: 24
3232
- run: pnpm i
3333
- run: pnpm build
3434
- run: pnpm -C packages/plugin-rsc tsc
@@ -63,7 +63,7 @@ jobs:
6363
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
6464
- uses: actions/setup-node@v6
6565
with:
66-
node-version: 22
66+
node-version: 24
6767
- run: pnpm i
6868
- name: install react
6969
if: ${{ matrix.react_version }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
include:
3434
# Active LTS + other OS
3535
- os: macos-latest
36-
node_version: 22
36+
node_version: 24
3737
- os: windows-latest
38-
node_version: 22
38+
node_version: 24
3939
fail-fast: false
4040

4141
name: 'Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
2424
- uses: actions/setup-node@v6
2525
with:
26-
node-version: 22
26+
node-version: 24
2727
- run: pnpm i
2828
- run: pnpm exec playwright install chromium

0 commit comments

Comments
 (0)