Skip to content

Commit 0f3f00e

Browse files
Fix release
1 parent b93f8c5 commit 0f3f00e

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
@@ -21,14 +21,14 @@ jobs:
2121
go:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
ref: 'main'
2727
fetch-depth: 0
2828

29-
- uses: actions/setup-node@v4
29+
- uses: actions/setup-node@v6
3030
with:
31-
node-version: 20
31+
node-version: 22
3232
cache: 'yarn'
3333

3434
- name: Enable Corepack & install

0 commit comments

Comments
 (0)