Skip to content

Commit

Permalink
Down one minor Chrome + puppeteer version
Browse files Browse the repository at this point in the history
To one that exists in the Google dl archive
  • Loading branch information
NoelLH committed Jun 24, 2024
1 parent 6e9005d commit 724cd00
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# https://stackoverflow.com/a/75738251/2803757 – these libs are needed for Chrome[driver] as of Nov '23.
- run: "sudo apt -y update && sudo apt-get install -y libu2f-udev libvulkan1"
- browser-tools/install-chrome:
chrome-version: 126.0.6478.63 # https://github.com/puppeteer/puppeteer/blob/main/versions.js
chrome-version: 126.0.6478.61 # https://github.com/puppeteer/puppeteer/blob/main/versions.js
- browser-tools/install-chromedriver
- checkout
- run: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 npm install --quiet
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"puppeteer": "22.12.*",
"puppeteer": "22.11.*",
"ts-node": "^10.9",
"typescript": "5.2.*",
"wdio-chromedriver-service": "^8.1.1",
Expand Down

0 comments on commit 724cd00

Please sign in to comment.