Skip to content

Commit 7148236

Browse files
committed
Upgrade Playwright to 1.50.
1 parent f0a0a49 commit 7148236

File tree

3 files changed

+23
-29
lines changed

3 files changed

+23
-29
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
container:
1717
# This version has to exactly match the version in //webserver/pnpm-lock.yaml.
18-
image: mcr.microsoft.com/playwright:v1.47.0-noble
18+
image: mcr.microsoft.com/playwright:v1.50.0-noble
1919
services:
2020
# See https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers.
2121
db:

webserver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@astrojs/check": "^0.9.3",
58-
"@playwright/test": "1.47.2",
58+
"@playwright/test": "1.50.0",
5959
"@types/mdast": "^4.0.4",
6060
"@types/n3": "^1.21.0",
6161
"@types/node": "^22.5.4",

webserver/pnpm-lock.yaml

Lines changed: 21 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)