Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

chore(deps-dev): bump @storybook/react from 7.0.27 to 7.6.8 #3114

chore(deps-dev): bump @storybook/react from 7.0.27 to 7.6.8

chore(deps-dev): bump @storybook/react from 7.0.27 to 7.6.8 #3114

Workflow file for this run

---
name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v10
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
env:
CHROMATIC: true