We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc774d9 commit f438112Copy full SHA for f438112
.circleci/config.yml
@@ -696,7 +696,7 @@ jobs:
696
name: "📦 Downgrading Chrome to version 136.0.7103.113"
697
command: |
698
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
+ 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
700
sudo dpkg -i /tmp/chrome136.deb || true
701
sudo apt-get install -f -y
702
google-chrome --version
0 commit comments