Skip to content

Commit cc4eb2e

Browse files
committed
install 136
1 parent a6f7ae6 commit cc4eb2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,14 @@ jobs:
681681
install-chrome: true
682682
install-chromedriver: false
683683
install-geckodriver: false
684+
- run:
685+
name: "📦 Downgrading Chrome to version 136.0.7103.59"
686+
command: |
687+
echo "📦 Downgrading Chrome to version 136.0.7103.59"
688+
wget -q https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_136.0.7103.59-1_amd64.deb -O /tmp/chrome136.deb
689+
sudo dpkg -i /tmp/chrome136.deb || true
690+
sudo apt-get install -f -y
691+
google-chrome --version
684692
- run: yarn install_webdriver
685693
- run: google-chrome --version
686694
- when:

0 commit comments

Comments
 (0)