File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848 - uses : actions/setup-node@v6
4949 with :
50- node-version : " 20 "
50+ node-version : " 24 "
5151
5252 - uses : denoland/setup-deno@v2
5353 with :
@@ -263,7 +263,7 @@ jobs:
263263
264264 - uses : actions/setup-node@v6
265265 with :
266- node-version : " 20 "
266+ node-version : " 24 "
267267
268268 - uses : denoland/setup-deno@v2
269269 with :
Original file line number Diff line number Diff line change 1212 - name : ' Install Node'
1313 uses : actions/setup-node@v6
1414 with :
15- node-version : ' 20 .x'
15+ node-version : ' 24 .x'
1616 cache : ' npm'
1717 cache-dependency-path : ' **/package-lock.json'
1818
Original file line number Diff line number Diff line change 1919 - name : Setup Node.js
2020 uses : actions/setup-node@v6
2121 with :
22- node-version : ' 20 .x'
22+ node-version : ' 24 .x'
2323 cache : ' npm'
2424 cache-dependency-path : ' **/package-lock.json'
2525 - run : npm ci
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ jobs:
334334 - uses : actions/checkout@v6
335335 - uses : actions/setup-node@v6
336336 with :
337- node-version : 18
337+ node-version : 24
338338 - name : Install dependencies
339339 run : npm ci
340340
Original file line number Diff line number Diff line change 1717 - name : Setup Node.js
1818 uses : actions/setup-node@v6
1919 with :
20- node-version : ' 20 .x'
20+ node-version : ' 24 .x'
2121 cache : ' npm'
2222 cache-dependency-path : ' **/package-lock.json'
2323
You can’t perform that action at this time.
0 commit comments