We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e12ed commit c745863Copy full SHA for c745863
1 file changed
.github/workflows/goreleaser.yml
@@ -247,9 +247,9 @@ jobs:
247
uses: actions/checkout@v4
248
with:
249
fetch-depth: 0
250
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
251
252
- node-version: 16
+ node-version: 24.16.0
253
registry-url: 'https://registry.npmjs.org'
254
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
255
- run: echo "Releasing version ${{ env.version }}"
0 commit comments