From bd85b51e2404102dbd04613a4891c017b425f803 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 2 Dec 2025 21:56:59 +0530 Subject: [PATCH] fix: Upgrade npm to v11 to support trusted publishing --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7dbf85d94..4a8bc2635 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,9 @@ jobs: node-version-file: '.node-version' - name: Install Packages - run: pnpm install --frozen-lockfile + run: | + pnpm install --frozen-lockfile + npm install -g npm@11 - name: Create Release Pull Request or Publish to npm id: changesets