Skip to content

Commit

Permalink
fix: Fix Playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Jan 19, 2024
1 parent fcf4c11 commit ef79719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.event.pull_request.state != 'closed' && (github.event.label.name == 'update-snapshots' || contains( github.event.pull_request.labels.*.name, 'update-snapshots'))
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.41.0
image: mcr.microsoft.com/playwright:v1.40.1
options: --user 1001:1000

steps:
Expand Down

0 comments on commit ef79719

Please sign in to comment.