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 595fae2 commit a8cb0deCopy full SHA for a8cb0de
.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
1
{
2
- "image": "ghcr.io/serenity-js/playwright:v1.56.1-noble",
+ "image": "ghcr.io/serenity-js/playwright:v1.57.0-noble",
3
4
"features": {
5
"ghcr.io/devcontainers/features/desktop-lite:1": {},
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
timeout-minutes: 60
13
runs-on: ubuntu-latest
14
container:
15
- image: ghcr.io/serenity-js/playwright:v1.56.1-noble
+ image: ghcr.io/serenity-js/playwright:v1.57.0-noble
16
steps:
17
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
18
- uses: actions/setup-node@v6
0 commit comments