Skip to content

Commit 2b6c81c

Browse files
committed
fix(ci): bump playwright to 1.60 to fix broken CI
CI hung on installing browsers. The fix is to use playwright>=1.60, as documented at microsoft/playwright#40998
1 parent e7d6410 commit 2b6c81c

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@nx/eslint-plugin": "^22.1.2",
1717
"@nx/jest": "^22.1.2",
1818
"@nxext/stencil": "^21.0.0",
19-
"@playwright/test": "^1.56.1",
19+
"@playwright/test": "^1.60.0",
2020
"@stencil/angular-output-target": "^0.10.2",
2121
"@stencil/core": "^4.35.3",
2222
"@stencil/sass": "^3.2.1",

0 commit comments

Comments
 (0)