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 e794ab2 commit e065cc2Copy full SHA for e065cc2
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
e2e:
30
runs-on: ubuntu-latest
31
container:
32
- image: mcr.microsoft.com/playwright:v1.52.0-noble
+ image: mcr.microsoft.com/playwright:v1.53.0-noble
33
34
steps:
35
- uses: actions/checkout@v4
package.json
@@ -32,7 +32,7 @@
"@actions/http-client": "2.2.3",
"@nuxt/eslint": "1.4.1",
"@nuxt/test-utils": "3.19.1",
- "@playwright/test": "1.52.0",
+ "@playwright/test": "1.53.0",
36
"eslint": "9.28.0",
37
"lint-staged": "16.1.0",
38
"mock-driver": "link:./test/mock-driver",
@@ -48,5 +48,5 @@
48
"npx eslint --fix"
49
]
50
},
51
- "packageManager": "pnpm@10.11.1"
+ "packageManager": "pnpm@10.12.1"
52
}
0 commit comments