Skip to content

Commit 917fe1d

Browse files
committed
chore: update github action workflow
1 parent faf2a0b commit 917fe1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest]
24-
node: [20]
24+
node: [24]
2525

2626
runs-on: ${{ matrix.os }}
2727

@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
os: [ubuntu-latest, windows-latest, macos-latest]
54-
node: [20]
54+
node: [24]
5555

5656
runs-on: ${{ matrix.os }}
5757

@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
matrix:
9191
os: [ubuntu-latest, windows-latest, macos-latest]
92-
node: [20]
92+
node: [24]
9393

9494
runs-on: ${{ matrix.os }}
9595

@@ -126,7 +126,7 @@ jobs:
126126
strategy:
127127
matrix:
128128
os: [ubuntu-latest, windows-latest, macos-latest]
129-
node: [20, 22]
129+
node: [20, 22, 24]
130130

131131
runs-on: ${{ matrix.os }}
132132

@@ -161,7 +161,7 @@ jobs:
161161
strategy:
162162
matrix:
163163
os: [ubuntu-latest, windows-latest, macos-latest]
164-
node: [20, 22]
164+
node: [20, 22, 24]
165165

166166
runs-on: ${{ matrix.os }}
167167

@@ -206,7 +206,7 @@ jobs:
206206
# NOTE(kazupon): rolldown build fail out on windows...
207207
# os: [ubuntu-latest, windows-latest, macos-latest]
208208
os: [ubuntu-latest, macos-latest]
209-
node: [20, 22]
209+
node: [20, 22, 24]
210210

211211
runs-on: ${{ matrix.os }}
212212

0 commit comments

Comments
 (0)