Skip to content

Commit

Permalink
Merge pull request #10006 from department-of-veterans-affairs/bug-996…
Browse files Browse the repository at this point in the history
…5-chanel-chromedriver-version-compatibility

bug/9965-chanel-chromedriver-version-compability
  • Loading branch information
IsraelleHub authored Oct 24, 2024
2 parents 1edd172 + 46c8335 commit b756096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation_accessibility_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
run: npm cache clean --force
- name: Install Axe CLI globally
run: npm install -g @axe-core/cli@latest
- name: Update npm
- name: Update npm
run: npm install -g npm@latest
- uses: actions/setup-node@v3
with:
node-version-file: 'VAMobile/.nvmrc'
cache: yarn
cache-dependency-path: VAMobile/yarn.lock
- name: Install ChromeDriver
run: npm install -g chromedriver@126.0.0
- name: Install latest version of chromeDriver
run: npm install -g chromedriver@latest
- name: Test build
working-directory: VAMobile
run: |
Expand Down

0 comments on commit b756096

Please sign in to comment.