Skip to content

Commit 414a46e

Browse files
committed
CI: Stick with Chrome 133 for now
Unless the capybara team figured out how to solve this bug: teamcapybara/capybara#2800
1 parent d3cf26f commit 414a46e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ commands:
5959
setup:
6060
steps:
6161
- checkout
62-
- browser-tools/install-chrome
62+
- browser-tools/install-chrome:
63+
chrome-version: "133.0.6943.53"
64+
replace-existing: true
6365
- run:
6466
name: Check chrome version
6567
command: |

0 commit comments

Comments
 (0)