Skip to content

Commit 215a290

Browse files
committed
chore: system deps
1 parent 80fc2c3 commit 215a290

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ jobs:
7474

7575
- name: Install dependencies
7676
run: npm ci
77-
78-
- name: Install playwright
79-
run: npx playwright install --with-deps
77+
78+
- name: Install playwright browsers
79+
run: |
80+
npx playwright install-deps
81+
npx playwright install
8082
8183
- name: Build
8284
run: npm run build

0 commit comments

Comments
 (0)