Skip to content

build(deps-dev): bump @storybook/addon-a11y from 6.5.9 to 8.0.9 #875

build(deps-dev): bump @storybook/addon-a11y from 6.5.9 to 8.0.9

build(deps-dev): bump @storybook/addon-a11y from 6.5.9 to 8.0.9 #875

Workflow file for this run

name: Lint & Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint
- name: Run unit tests
run: npm run test