ci: remove pgk mgr install to save time (#11243)

This commit is contained in:
Alex Rudenko 2023-10-25 09:50:41 +02:00 committed by GitHub
parent 530e068b54
commit f2ce480285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,8 +352,6 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with: with:
node-version: ${{ matrix.node }} node-version: ${{ matrix.node }}
- name: Set up ${{ matrix.pkg_manager }}
run: npm install -g ${{ matrix.pkg_manager }}@latest
- name: Install dependencies - name: Install dependencies
run: ${{ matrix.pkg_manager }} install run: ${{ matrix.pkg_manager }} install
- name: Test - name: Test