Skip to content

chore: bump react and nextJS deps. #949

chore: bump react and nextJS deps.

chore: bump react and nextJS deps. #949

Workflow file for this run

name: "Chromatic"
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 #required to retrieve git history
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 22
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build Storybook
run: yarn build-storybook
- name: Publish to Chromatic
uses: chromaui/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
storybookBuildDir: storybook-static
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}