From 5a700c37249254b53afeef8dec6ee718c8d3e132 Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Wed, 10 Jun 2026 15:24:00 +0200 Subject: [PATCH] set node version to 24.16.0 in goreleaser action --- .github/workflows/goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index e7231900b5..614915f0c0 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -247,9 +247,9 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: - node-version: 16 + node-version: 24.16.0 registry-url: 'https://registry.npmjs.org' - run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV - run: echo "Releasing version ${{ env.version }}"