From 2b14def96e2eb629d52e08315152bed5829e955d Mon Sep 17 00:00:00 2001 From: Matt Bevilacqua Date: Thu, 25 Jul 2024 17:11:11 -0400 Subject: [PATCH] Up chromedriver to 126 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32b296b..3650a0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: # is present on the CI box, eventually I should figure out how to pin # the version of chrome that I'm using, or to pull it dynamically and # insert it here - npm install -g @axe-core/cli@4.9.1 chromedriver@114.0.2 + npm install -g @axe-core/cli@4.9.1 chromedriver@126 # https://github.com/dequelabs/axe-core-npm/issues/679#issuecomment-1456590620 axe --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver http://localhost:3000 --exit