From 52565c3cad2ce0b1e9366d00e8e9651ee23802bf Mon Sep 17 00:00:00 2001 From: Matt Bevilacqua Date: Thu, 25 Jul 2024 17:03:34 -0400 Subject: [PATCH] Explicitly set chromedriver version --- .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 d866e0e..ceaadaf 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.6.0 chromedriver@111 + npm install -g @axe-core/cli@4.6.0 chromedriver@114.0.2 # https://github.com/dequelabs/axe-core-npm/issues/679#issuecomment-1456590620 axe --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver http://localhost:3000 --exit