Skip to content

Commit

Permalink
Merge pull request #65 from webful-ltd/2024-06-libs
Browse files Browse the repository at this point in the history
Update libs
  • Loading branch information
NoelLH authored Jun 24, 2024
2 parents beb057f + b6a15e4 commit a8ae826
Show file tree
Hide file tree
Showing 3 changed files with 1,813 additions and 1,924 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
browser-tools: circleci/[email protected].6
browser-tools: circleci/[email protected].8

jobs:
test:
Expand All @@ -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: 119.0.6045.105 # 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
Loading

0 comments on commit a8ae826

Please sign in to comment.