Skip to content

Commit 7ae74c3

Browse files
committed
try install
1 parent 993be91 commit 7ae74c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
node-version: 24
1919
- run: npm ci
2020
- name: Install Playwright Browsers
21-
run: npx playwright install --with-deps chromium
21+
run: npx playwright install chromium
22+
- name: Install Playwright System Dependencies
23+
run: npx playwright install-deps chromium
2224
- run: npm test
2325

2426
publish-npm:

0 commit comments

Comments
 (0)