Skip to content

fix(deps): update react to v19 (major) #222

fix(deps): update react to v19 (major)

fix(deps): update react to v19 (major) #222

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@012a0241a4df3f0f831c99f02e2085c9641a25ba # v11.22.0
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}