Skip to content

chore(deps): update react #152

chore(deps): update react

chore(deps): update react #152

Workflow file for this run

name: Chromatic
on:
push:
branches:
- main
pull_request:
defaults:
run:
shell: bash
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: Run Chromatic
uses: chromaui/action@cdc32cceae3ea3df106b04454cbe88abd1d32de7 # v11.20.0
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}