From 9712ea5eeb0d5466126fd07201e91a98c5a58813 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:11:55 +0100 Subject: [PATCH] ci: remove npm update step Runner images have npm 11.6.2 installed by default now. --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) 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: