Skip to content

Commit 83e92f2

Browse files
committed
chore: downgrade playwright
1 parent 504de63 commit 83e92f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Install Playwright Browsers
158158
if: ${{ matrix.runtime == 'next' || matrix.runtime == 'sveltekit' || matrix.runtime == 'vite' }}
159-
run: npx playwright install --with-deps
159+
run: npx playwright@1.38.1 install --with-deps
160160

161161
- name: Install dependencies
162162
uses: ./.github/actions/install-dependencies

0 commit comments

Comments
 (0)