Skip to content

chore(deps-dev): bump lint-staged from 15.5.2 to 16.2.7 #269

chore(deps-dev): bump lint-staged from 15.5.2 to 16.2.7

chore(deps-dev): bump lint-staged from 15.5.2 to 16.2.7 #269

name: 'Chromatic Storybook'
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_STORYBOOK }}
autoAcceptChanges: 'main'
onlyChanged: true