Skip to content

Commit

Permalink
Merge pull request #67 from webful-ltd/libs-2024-08-17
Browse files Browse the repository at this point in the history
Update libs
  • Loading branch information
NoelLH authored Aug 17, 2024
2 parents 3edc575 + bd68e15 commit 46c50c5
Show file tree
Hide file tree
Showing 3 changed files with 6,203 additions and 2,667 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ orbs:
jobs:
test:
docker:
- image: cimg/node:20.9-browsers
- image: cimg/node:20.16-browsers
auth:
username: $DOCKER_HUB_USERNAME
password: $DOCKER_HUB_ACCESS_TOKEN
steps:
# 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.61 # https://github.com/puppeteer/puppeteer/blob/main/versions.js
chrome-version: 127.0.6533.119 # https://github.com/puppeteer/puppeteer/blob/main/versions.json
- browser-tools/install-chromedriver
- checkout
- run: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 npm install --quiet
Expand Down
Loading

0 comments on commit 46c50c5

Please sign in to comment.