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 993be91 commit 7ae74c3Copy full SHA for 7ae74c3
.github/workflows/npm-publish.yml
@@ -18,7 +18,9 @@ jobs:
18
node-version: 24
19
- run: npm ci
20
- name: Install Playwright Browsers
21
- run: npx playwright install --with-deps chromium
+ run: npx playwright install chromium
22
+ - name: Install Playwright System Dependencies
23
+ run: npx playwright install-deps chromium
24
- run: npm test
25
26
publish-npm:
0 commit comments