Skip to content

chore(deps): update storybook monorepo to v8.3.0 #28376

chore(deps): update storybook monorepo to v8.3.0

chore(deps): update storybook monorepo to v8.3.0 #28376

Workflow file for this run

name: Chromatic
on: [push]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
chromatic-deployment:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- name: Install
run: yarn install --immutable
- name: Publish to Chromatic (store)
run: |
yarn codegen:ci
yarn chromatic --filter=store
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}