We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd65b7 commit 74b5470Copy full SHA for 74b5470
1 file changed
.github/workflows/verify.yml
@@ -25,7 +25,7 @@ jobs:
25
run: npm ci
26
27
- name: Install Playwright browsers
28
- run: npx playwright install --with-deps
+ run: npx playwright install chromium
29
30
- name: Transpile files
31
run: npm run build:ts
0 commit comments