Skip to content

bump(deps): Upgrade Storybook and addons to 9.1.20 (#256) #173

bump(deps): Upgrade Storybook and addons to 9.1.20 (#256)

bump(deps): Upgrade Storybook and addons to 9.1.20 (#256) #173

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- main
jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
with:
version: 10.20.0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true # Required option to enable TurboSnap