We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93f8c5 commit 0f3f00eCopy full SHA for 0f3f00e
1 file changed
.github/workflows/release.yml
@@ -21,14 +21,14 @@ jobs:
21
go:
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
with:
26
ref: 'main'
27
fetch-depth: 0
28
29
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
30
31
- node-version: 20
+ node-version: 22
32
cache: 'yarn'
33
34
- name: Enable Corepack & install
0 commit comments