Skip to content

chore(deps): update storybook monorepo to v8.1.3 #4839

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

chore(deps): update storybook monorepo to v8.1.3 #4839

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # 👈 Required to retrieve git history, since v2
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
- run: yarn install --immutable
- uses: chromaui/action@v11
with:
buildScriptName: 'build:storybook'
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true
onlyChanged: true