From 6e400b4eb46e7f7a693f502317e3ca2bc3d805d5 Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Fri, 10 Jul 2026 11:42:34 +0100 Subject: [PATCH] chore: Fix release issue by pinning npm version --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ca3d8e9..1a80099 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: 'package.json' - # Install latest npm cli so we can publish via OIDC - - run: npm install -g npm@latest + # Install npm v11 so we can publish via OIDC + - run: npm install -g npm@11 - run: npm install - run: npm publish --access public