Skip to content

Update storybook monorepo to v10.1.10 #1530

Update storybook monorepo to v10.1.10

Update storybook monorepo to v10.1.10 #1530

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
cache: "yarn"
- name: Install dependencies
run: yarn --immutable
- name: Publish to Chromatic
uses: chromaui/action@v13
with:
projectToken: ${{ secrets.CHROMATIC_TOKEN }}