Skip to content

Commit 3f166aa

Browse files
committed
chore(ci): use node 24
1 parent 4d780cc commit 3f166aa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
- name: Setup Node
214214
uses: actions/setup-node@v5
215215
with:
216-
node-version: 20.x
216+
node-version: 24.x
217217
cache: 'pnpm'
218218
registry-url: https://registry.npmjs.org/
219219

@@ -282,7 +282,7 @@ jobs:
282282
- name: Setup Node
283283
uses: actions/setup-node@v5
284284
with:
285-
node-version: 20.x
285+
node-version: 24.x
286286
cache: 'pnpm'
287287
registry-url: https://registry.npmjs.org/
288288

@@ -398,7 +398,7 @@ jobs:
398398
if: needs.changes.outputs.build-others == 'true'
399399
uses: actions/setup-node@v5
400400
with:
401-
node-version: 20.x
401+
node-version: 24.x
402402
cache: 'pnpm'
403403
registry-url: https://registry.npmjs.org/
404404

@@ -537,7 +537,7 @@ jobs:
537537
- name: Setup Node
538538
uses: actions/setup-node@v5
539539
with:
540-
node-version: 20.x
540+
node-version: 24.x
541541
cache: 'pnpm'
542542
registry-url: https://registry.npmjs.org/
543543

@@ -574,7 +574,7 @@ jobs:
574574
- name: Setup Node
575575
uses: actions/setup-node@v5
576576
with:
577-
node-version: 20.x
577+
node-version: 24.x
578578
cache: 'pnpm'
579579
registry-url: https://registry.npmjs.org/
580580

@@ -634,7 +634,7 @@ jobs:
634634
- name: Setup Node
635635
uses: actions/setup-node@v5
636636
with:
637-
node-version: 20.x
637+
node-version: 24.x
638638
cache: 'pnpm'
639639
registry-url: https://registry.npmjs.org/
640640

@@ -698,7 +698,7 @@ jobs:
698698
- name: Setup Node
699699
uses: actions/setup-node@v5
700700
with:
701-
node-version: 20.x
701+
node-version: 24.x
702702
cache: 'pnpm'
703703
registry-url: https://registry.npmjs.org/
704704

@@ -762,7 +762,7 @@ jobs:
762762
- name: Setup Node
763763
uses: actions/setup-node@v5
764764
with:
765-
node-version: 20.x
765+
node-version: 24.x
766766
cache: 'pnpm'
767767
registry-url: https://registry.npmjs.org/
768768

@@ -796,7 +796,7 @@ jobs:
796796
- name: Setup Node
797797
uses: actions/setup-node@v5
798798
with:
799-
node-version: 20.x
799+
node-version: 24.x
800800
cache: 'pnpm'
801801
registry-url: https://registry.npmjs.org/
802802

@@ -876,7 +876,7 @@ jobs:
876876
- name: Setup Node
877877
uses: actions/setup-node@v5
878878
with:
879-
node-version: 20.x
879+
node-version: 24.x
880880
cache: 'pnpm'
881881
registry-url: https://registry.npmjs.org/
882882

0 commit comments

Comments
 (0)