Skip to content

Commit c80d7b3

Browse files
committed
chore: bump node versions and actions
1 parent 384e71a commit c80d7b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 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: '20.x'
21+
node-version: '24.x'
2222
registry-url: 'https://registry.npmjs.org'
2323
- run: yarn install
2424
- run: yarn build
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-node@v3
3333
with:
34-
node-version: '20.x'
34+
node-version: '24.x'
3535
registry-url: 'https://registry.npmjs.org'
3636
- name: Set outputs
3737
id: vars

0 commit comments

Comments
 (0)