We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504de63 commit 83e92f2Copy full SHA for 83e92f2
.github/workflows/verify.yml
@@ -156,7 +156,7 @@ jobs:
156
157
- name: Install Playwright Browsers
158
if: ${{ matrix.runtime == 'next' || matrix.runtime == 'sveltekit' || matrix.runtime == 'vite' }}
159
- run: npx playwright install --with-deps
+ run: npx playwright@1.38.1 install --with-deps
160
161
- name: Install dependencies
162
uses: ./.github/actions/install-dependencies
0 commit comments