Skip to content

Commit 24f6515

Browse files
hi-ogawacodex
andauthored
ci: remove node 20 and add node 26 (#1220)
Co-authored-by: Codex <noreply@openai.com>
1 parent 65d378f commit 24f6515

3 files changed

Lines changed: 9 additions & 9 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest]
32-
node_version: [20, 22, 24]
32+
node_version: [22, 24, 26]
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 }}'
@@ -96,7 +96,7 @@ jobs:
9696
if: github.repository == 'vitejs/vite-plugin-react'
9797
timeout-minutes: 10
9898
runs-on: ubuntu-latest
99-
name: 'Lint: node-20, ubuntu-latest'
99+
name: 'Lint: node-24, ubuntu-latest'
100100
steps:
101101
- uses: actions/checkout@v6
102102
with:
@@ -105,10 +105,10 @@ jobs:
105105
- name: Install pnpm
106106
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
107107

108-
- name: Set node version to 20
108+
- name: Set node version to 24
109109
uses: actions/setup-node@v6
110110
with:
111-
node-version: 20
111+
node-version: 24
112112

113113
- name: Install deps
114114
run: pnpm install

.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)