We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4364533 commit 1beb87bCopy full SHA for 1beb87b
2 files changed
.github/workflows/devRun.yml
@@ -21,7 +21,7 @@ jobs:
21
timeout-minutes: 15
22
runs-on: ubuntu-latest
23
container:
24
- image: mcr.microsoft.com/playwright:v1.59.1
+ image: mcr.microsoft.com/playwright:v1.58.2
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v6
.github/workflows/nightly.yml
@@ -37,7 +37,7 @@ jobs:
37
needs: setup-matrix
38
39
40
41
strategy:
42
fail-fast: false
43
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
0 commit comments