File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 strategy :
2222 matrix :
2323 os : [ubuntu-latest]
24- node : [20 ]
24+ node : [24 ]
2525
2626 runs-on : ${{ matrix.os }}
2727
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
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
You can’t perform that action at this time.
0 commit comments