Skip to content

Bump nanoid from 3.3.7 to 3.3.8 #36

Bump nanoid from 3.3.7 to 3.3.8

Bump nanoid from 3.3.7 to 3.3.8 #36

Workflow file for this run

name: OpenACR editor accessibility testing
on:
pull_request:
jobs:
build-test:
name: Building app, run app and test for accessibility issues
runs-on: ubuntu-latest
steps:
- name: Checkout source.
uses: actions/checkout@v4
- name: Install dependencies.
run: npm ci
- name: Build app.
run: export NODE_ENV=development && npm run build
- name: Run app.
run: export NODE_ENV=development && npm run dev &
- name: Run accessibility test against all URLs from .pa11yci.
run: npm run a11y-test