Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 2a71d5e

Browse files
authored
Updates Playwright to version 1.49.1 (#930)
This commit updates Playwright to the above version. This change is not only for maintenance but also needed since the previous version (1.40.1) fails to install on the latest version of Ubuntu, which our GitHub Actions runners are using.
1 parent 19c559e commit 2a71d5e

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

headless-demo/package-lock.json

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

headless-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"devDependencies": {
3-
"@playwright/test": "^1.40.1"
3+
"@playwright/test": "^1.49.1"
44
}
55
}

0 commit comments

Comments
 (0)