chore: fix create-playwright builds (#10083 follow-up)
This commit is contained in:
parent
4b37990f9c
commit
82ec09fc55
|
|
@ -24,8 +24,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm i -g npm@7
|
|
||||||
- run: npm ci
|
|
||||||
- run: npm i -g npm@8
|
- run: npm i -g npm@8
|
||||||
|
- run: npm ci
|
||||||
|
- run: npm run build
|
||||||
- run: npm run test
|
- run: npm run test
|
||||||
working-directory: packages/create-playwright/
|
working-directory: packages/create-playwright/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue