diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44b9dae60..b414a27f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -719,13 +719,6 @@ jobs: if: ${{ github.ref != 'refs/heads/trunk' }} run: | yarn nx release --dry-run - - name: Update npm if <11.5.1 - if: ${{ github.ref == 'refs/heads/trunk' }} - run: | - if [[ "$(echo -e "11.5.1\n$(npm --version)" | sort --version-sort | head -n 1)" != "11.5.1" ]]; then - npm install -g npm@11.5.2 - fi - echo "npm version: $(npm --version)" - name: Release if: ${{ github.ref == 'refs/heads/trunk' }} env: