Skip to content

Commit 6b5a42c

Browse files
committed
chore: fix playwright version
1 parent e17ad3f commit 6b5a42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
run: pnpm run e2e:setup
168168

169169
- name: Run Playwright tests
170-
uses: docker://mcr.microsoft.com/playwright:v1.50.1-jammy
170+
uses: docker://mcr.microsoft.com/playwright:v1.51.0-jammy
171171
with:
172172
# Fix for Firefox, HOME=/root is required to avoid permission issues
173173
# https://github.com/microsoft/playwright/issues/6500

0 commit comments

Comments
 (0)