Skip to content

Update storybook monorepo to ^7.6.1 #940

Update storybook monorepo to ^7.6.1

Update storybook monorepo to ^7.6.1 #940

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: yarn
- run: corepack enable
- run: yarn
- run: yarn dedupe --check
- run: yarn constraints
- run: yarn lint
- run: yarn build