From 37b09d4317ada3063c38c60a411056d69230aa24 Mon Sep 17 00:00:00 2001 From: Frederik Bosch <6979916+fbosch@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:42:19 +0200 Subject: [PATCH] fix(ci): use npm 11 via npx for publishing --- .github/workflows/release-please.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b311689..a868dda 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -61,11 +61,8 @@ jobs: registry-url: https://registry.npmjs.org cache: pnpm - - name: Upgrade npm for trusted publishing - run: npm install --global npm@^11.10.0 - - name: Install dependencies run: pnpm install --frozen-lockfile - name: Publish package - run: npm publish --access public --provenance + run: npx --yes npm@11.10.0 publish --access public --provenance