Skip to content

Commit

Permalink
fix(ci): update playwright
Browse files Browse the repository at this point in the history
the CI build fails with the old version. Unfortunately that means it no longer works with the nix shell
  • Loading branch information
wmertens committed Oct 15, 2024
1 parent 749a0c4 commit 4f98f98
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 142 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": [
"@playwright/test"
],
"pinVersion": "1.40.0"
"pinVersion": "1.47.0"
},
{
"label": "Undici should always be * until we remove it",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@napi-rs/triples": "1.2.0",
"@node-rs/helper": "1.6.0",
"@octokit/action": "6.1.0",
"@playwright/test": "1.40.0",
"@playwright/test": "1.47.0",
"@types/brotli": "1.3.4",
"@types/bun": "1.1.6",
"@types/cross-spawn": "6.0.6",
Expand Down
Loading

0 comments on commit 4f98f98

Please sign in to comment.