From f3b4e1285c790a78e3847f88e7070fc65e3e479a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 29 May 2026 00:36:43 +0200 Subject: [PATCH] fix(release): upgrade npm for trusted publishing --- .github/workflows/build-binaries.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 9190ec22..6dad6762 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -126,5 +126,10 @@ jobs: - name: Verify release artifacts are committed run: git diff --exit-code + - name: Upgrade npm for trusted publishing + run: | + npm install -g npm@11.16.0 --ignore-scripts + npm --version + - name: Publish npm packages run: node scripts/publish.mjs