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: