We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c053926 commit c769bcfCopy full SHA for c769bcf
.github/workflows/webdriver-bidi.yml
@@ -47,15 +47,9 @@ jobs:
47
- uses: shivammathur/setup-php@v2
48
with:
49
php-version: 8.0
50
- - name: npm install
51
- run: |
52
- npm i
53
- env:
54
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
55
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
56
- name: Install dependencies
57
run: |
58
- npm ci
+ npm i
59
env:
60
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
61
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
0 commit comments