Skip to content

Commit 1beb87b

Browse files
committed
readme
1 parent 4364533 commit 1beb87b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 15
2222
runs-on: ubuntu-latest
2323
container:
24-
image: mcr.microsoft.com/playwright:v1.59.1
24+
image: mcr.microsoft.com/playwright:v1.58.2
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v6

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: setup-matrix
3838
runs-on: ubuntu-latest
3939
container:
40-
image: mcr.microsoft.com/playwright:v1.59.1
40+
image: mcr.microsoft.com/playwright:v1.58.2
4141
strategy:
4242
fail-fast: false
4343
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)