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 4c78b46 commit 5348b5cCopy full SHA for 5348b5c
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
browser:
58
runs-on: ubuntu-latest
59
container:
60
- image: mcr.microsoft.com/playwright:v1.53.1-jammy
+ image: mcr.microsoft.com/playwright:v1.56.1-jammy
61
env:
62
HOME: "/root"
63
steps:
.github/workflows/playwright.yml
@@ -17,7 +17,7 @@ jobs:
17
timeout-minutes: 60
18
19
20
21
22
- uses: actions/checkout@v3
23
- uses: actions/setup-node@v3
0 commit comments