Skip to content

Commit f438112

Browse files
committed
135
1 parent fc774d9 commit f438112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ jobs:
696696
name: "📦 Downgrading Chrome to version 136.0.7103.113"
697697
command: |
698698
echo "📦 Downgrading Chrome to version 136.0.7103.113"
699-
wget -q https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_136.0.7103.113-1_amd64.deb -O /tmp/chrome136.deb
699+
wget -q https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_135.0.7049.114-1_amd64.deb -O /tmp/chrome136.deb
700700
sudo dpkg -i /tmp/chrome136.deb || true
701701
sudo apt-get install -f -y
702702
google-chrome --version

0 commit comments

Comments
 (0)