From e9e359cadd038a9298932d1db90ab508cd62f5e6 Mon Sep 17 00:00:00 2001 From: Maxwell Brown Date: Mon, 13 Jul 2026 10:51:43 -0400 Subject: [PATCH] pin to npm 11 to fix provenance bug in cli --- .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 e44d974c6eb..ebb1dde618c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: with: registry-url: "https://registry.npmjs.org" - name: Upgrade npm for OIDC support - run: npm install -g npm@latest + run: npm install -g npm@11 - name: Create Release Pull Request or Publish uses: changesets/action@v1 with: