Skip to content

Commit

Permalink
ci: update chrome driver version to 103.0.5060.24
Browse files Browse the repository at this point in the history
This is needed by `puppeteer` version `14.2.0`
  • Loading branch information
alan-agius4 committed Jun 3, 2022
1 parent a6cf16a commit 39d7a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
# https://github.com/GoogleChrome/puppeteer/releases
# http://chromedriver.chromium.org/downloads
command: |
echo 'export CHROMEDRIVER_VERSION_ARG="--versions.chrome 101.0.4951.41"' >> $BASH_ENV # Redirect into $BASH_ENV
echo 'export CHROMEDRIVER_VERSION_ARG="--versions.chrome 103.0.5060.24"' >> $BASH_ENV # Redirect into $BASH_ENV
- run: ./integration/run_tests.sh

workflows:
Expand Down

0 comments on commit 39d7a6a

Please sign in to comment.