Skip to content

Commit d0fa74e

Browse files
committed
fix: issue with playwright version
1 parent 9c1466f commit d0fa74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
4949
needs: [build-examples]
5050
container:
51-
image: mcr.microsoft.com/playwright:v1.49.0
51+
image: mcr.microsoft.com/playwright:v1.50.1
5252
steps:
5353
- name: ⬇ Checkout repo
5454
uses: actions/checkout@v4

0 commit comments

Comments
 (0)