We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1391b commit 5e86f64Copy full SHA for 5e86f64
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
run: pnpm build
27
28
- name: Install Playwright Browsers
29
- run: pnpm dlx playwright install --with-deps
+ run: pnpm dlx playwright@1.47.1 install --with-deps
30
31
- name: Run Playwright tests
32
run: pnpm test
0 commit comments