Skip to content

Commit

Permalink
Update puppeteer & Chrome for e2e's
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelLH committed Nov 26, 2024
1 parent 5e99acc commit 2732577
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 127.0.6533.119 # https://github.com/puppeteer/puppeteer/blob/main/versions.json
chrome-version: 131.0.6778.85 # https://github.com/puppeteer/puppeteer/blob/main/versions.json
- browser-tools/install-chromedriver
- checkout
- restore_cache:
Expand Down
70 changes: 28 additions & 42 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 @@ -87,7 +87,7 @@
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"puppeteer": "23.1.*",
"puppeteer": "23.9.*",
"typescript": "5.4.*",
"zone.js": "~0.14.2"
},
Expand Down

0 comments on commit 2732577

Please sign in to comment.