diff --git a/.github/workflows/documentation_accessibility_checks.yml b/.github/workflows/documentation_accessibility_checks.yml index dfce804cd6..ba349c755e 100644 --- a/.github/workflows/documentation_accessibility_checks.yml +++ b/.github/workflows/documentation_accessibility_checks.yml @@ -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: |