From ea163d415ac46cd5dfd604318480db0f21aff4d6 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Mon, 23 Feb 2026 09:52:24 +0100 Subject: [PATCH] [ci] bump node version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 377220a..a2ef2df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,8 +31,8 @@ jobs: if: ${{ steps.release.outputs.release_created || github.event_name == 'workflow_dispatch' }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: + node-version: 24 # npm >= 11.5.1 (ships with Node 24) required for OIDC trusted publishing cache: yarn - registry-url: 'https://registry.npmjs.org' if: ${{ steps.release.outputs.release_created || github.event_name == 'workflow_dispatch' }} # yarn install triggers the `prepare` lifecycle script which runs the full build - run: yarn install --frozen-lockfile