Skip to content

Commit c745863

Browse files
authored
set node version to 24.16.0 in goreleaser action (#1334)
1 parent 65e12ed commit c745863

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ jobs:
247247
uses: actions/checkout@v4
248248
with:
249249
fetch-depth: 0
250-
- uses: actions/setup-node@v4
250+
- uses: actions/setup-node@v6
251251
with:
252-
node-version: 16
252+
node-version: 24.16.0
253253
registry-url: 'https://registry.npmjs.org'
254254
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
255255
- run: echo "Releasing version ${{ env.version }}"

0 commit comments

Comments
 (0)