From 2363faf9269028956837bf583c84242f1f6de53e Mon Sep 17 00:00:00 2001 From: Stefano Guerrini Date: Tue, 21 Apr 2026 14:27:44 +0200 Subject: [PATCH] chore: bump release workflow to Node 24 Node 24 ships with npm 11.x, which supports OIDC and is newer than the Node 20 default (npm 10.x). The release job is independent of engines.node (which still declares >=20 for consumers); only the CI test job needs to match what users run. --- .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 b1627f2..2adda26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 registry-url: https://registry.npmjs.org cache: pnpm - run: pnpm install --frozen-lockfile