From f2ce480285709a08c385d10df29230d5aac86f59 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 25 Oct 2023 09:50:41 +0200 Subject: [PATCH] ci: remove pgk mgr install to save time (#11243) --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67c64a13..6eba4fb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -352,8 +352,6 @@ jobs: uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version: ${{ matrix.node }} - - name: Set up ${{ matrix.pkg_manager }} - run: npm install -g ${{ matrix.pkg_manager }}@latest - name: Install dependencies run: ${{ matrix.pkg_manager }} install - name: Test