Skip to content

Commit

Permalink
chore: downgrade playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 13, 2023
1 parent 504de63 commit 83e92f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

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

- name: Install dependencies
uses: ./.github/actions/install-dependencies
Expand Down

1 comment on commit 83e92f2

@vercel
Copy link

@vercel vercel bot commented on 83e92f2 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.