Skip to content

Commit 4f98f98

Browse files
committed
fix(ci): update playwright
the CI build fails with the old version. Unfortunately that means it no longer works with the nix shell
1 parent 749a0c4 commit 4f98f98

File tree

3 files changed

+121
-142
lines changed

3 files changed

+121
-142
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": [
5555
"@playwright/test"
5656
],
57-
"pinVersion": "1.40.0"
57+
"pinVersion": "1.47.0"
5858
},
5959
{
6060
"label": "Undici should always be * until we remove it",
@@ -109,7 +109,7 @@
109109
"@napi-rs/triples": "1.2.0",
110110
"@node-rs/helper": "1.6.0",
111111
"@octokit/action": "6.1.0",
112-
"@playwright/test": "1.40.0",
112+
"@playwright/test": "1.47.0",
113113
"@types/brotli": "1.3.4",
114114
"@types/bun": "1.1.6",
115115
"@types/cross-spawn": "6.0.6",

0 commit comments

Comments
 (0)