Skip to content

Commit fad0d36

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ 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: npx playwright install
8080

8181
- name: Build
8282
run: npm run build

0 commit comments

Comments
 (0)