Skip to content

Commit

Permalink
fix: issue with playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Feb 14, 2025
1 parent 9c1466f commit d0fa74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
needs: [build-examples]
container:
image: mcr.microsoft.com/playwright:v1.49.0
image: mcr.microsoft.com/playwright:v1.50.1
steps:
- name: ⬇ Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit d0fa74e

Please sign in to comment.