We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c243d9 commit c6b1460Copy full SHA for c6b1460
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
26
27
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
28
with:
29
node-version: '12'
30
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
31
32
33
0 commit comments