Skip to content

Commit a36d6bc

Browse files
committed
fix: issue with playwright version
1 parent 3dcfabd commit a36d6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
needs: [build-examples]
5050
container:
51-
image: mcr.microsoft.com/playwright:v1.32.3-focal
51+
image: mcr.microsoft.com/playwright:v1.49.0
5252
steps:
5353
- name: ⬇ Checkout repo
5454
uses: actions/checkout@v4

0 commit comments

Comments
 (0)