Skip to content

Upgrade Storybook from v7.6.20 to v8.6.14 #373

Upgrade Storybook from v7.6.20 to v8.6.14

Upgrade Storybook from v7.6.20 to v8.6.14 #373

Workflow file for this run

name: Testing
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '20.x'
- run: npm ci
- run: npm run lint
- run: npm run types
- run: npm run test
env:
CI: true
- run: npm run docs
- run: npm run build