Skip to content

Bump @babel/traverse from 7.16.10 to 7.23.2 #366

Bump @babel/traverse from 7.16.10 to 7.23.2

Bump @babel/traverse from 7.16.10 to 7.23.2 #366

Workflow file for this run

name: Accessibility test PR validation
on:
pull_request:
jobs:
build_deploy:
runs-on: ubuntu-latest
steps:
- uses: n1hility/cancel-previous-runs@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@master
- name: Use Node.js 16.13.1
uses: actions/setup-node@v1
with:
node-version: 16.13.1
- name: Build Site
run: |
npm install
ROOT=https://designsystem.webstandards.ca.gov npm run site:build
- name: Run site accessibility tests
run: |
npm run test:setup
npm run test:site