chore: fix test-package-installation tests on Node.js 12 (#10756)
This commit is contained in:
parent
e680b733f5
commit
da13d025dc
3
.github/workflows/tests_secondary.yml
vendored
3
.github/workflows/tests_secondary.yml
vendored
|
|
@ -125,7 +125,8 @@ jobs:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node_version }}
|
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
|
- run: npm ci
|
||||||
env:
|
env:
|
||||||
DEBUG: pw:install
|
DEBUG: pw:install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue