Skip to content

Commit

Permalink
fix: use fixed Chromium on windows (#21111)
Browse files Browse the repository at this point in the history
Fixes #21093
  • Loading branch information
aslushnikov committed Feb 23, 2023
1 parent 53ecdf7 commit a4a3f72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/playwright-core/browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"name": "chromium",
"revision": "1048",
"installByDefault": true,
"revisionOverrides": {
"win64": "1050"
},
"browserVersion": "111.0.5563.19"
},
{
Expand Down

0 comments on commit a4a3f72

Please sign in to comment.