cherry-pick(release-1.17): chore: fix test-package-installation tests on Node.js 12 (#10756) (#11275)

This commit is contained in:
Max Schmitt 2022-01-09 19:47:00 -05:00 committed by GitHub
parent b00e931d4a
commit 224bfeba75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,7 +125,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
- run: npm i -g npm@8
# NPM 7 is the latest version which supports Node.js 12.0.0
- run: npm i -g npm@7
- run: npm ci
env:
DEBUG: pw:install