From 938d7ae30def33d7979161f8d8ee59a33d8a1fe7 Mon Sep 17 00:00:00 2001 From: Matt Bevilacqua Date: Thu, 25 Jul 2024 17:07:11 -0400 Subject: [PATCH] Update axe version as well --- .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 ceaadaf..32b296b 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@114.0.2 + npm install -g @axe-core/cli@4.9.1 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