Skip to content

Commit 67722d6

Browse files
committed
ci: pin playwright version to 1.54.1
1 parent 9941d5b commit 67722d6

File tree

2 files changed

+54
-49
lines changed

2 files changed

+54
-49
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@web/rollup-plugin-import-meta-assets": "^2.3.2",
7474
"@web/test-runner": "0.20.2",
7575
"@web/test-runner-commands": "^0.9.0",
76-
"@web/test-runner-playwright": "^0.11.1",
76+
"@web/test-runner-playwright": "0.11.1",
7777
"concurrently": "^9.2.1",
7878
"eslint": "^9.31.0",
7979
"eslint-config-prettier": "^10.1.8",
@@ -95,6 +95,11 @@
9595
"typedoc": "^0.28.17",
9696
"typescript": "^5.9.3"
9797
},
98+
"overrides": {
99+
"@web/test-runner-playwright": {
100+
"playwright": "1.54.1"
101+
}
102+
},
98103
"customElements": "custom-elements.json",
99104
"prettier": {
100105
"singleQuote": true,

0 commit comments

Comments
 (0)