Skip to content

Commit e45b920

Browse files
committed
chore: bump node versions
1 parent 4aa3665 commit e45b920

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
if: github.event_name == 'release' && github.event.action == 'released'
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: actions/setup-node@v3
19+
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '18.x'
21+
node-version: '24'
2222
cache: yarn
2323
registry-url: 'https://registry.npmjs.org'
2424
- run: yarn install
@@ -30,9 +30,9 @@ jobs:
3030
if: github.ref == 'refs/heads/next'
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: actions/setup-node@v3
33+
- uses: actions/setup-node@v4
3434
with:
35-
node-version: '18.x'
35+
node-version: '24'
3636
cache: yarn
3737
registry-url: 'https://registry.npmjs.org'
3838
- name: Set outputs

0 commit comments

Comments
 (0)