Skip to content

chore(deps): update chromatic cli to v11.25.2 #331

chore(deps): update chromatic cli to v11.25.2

chore(deps): update chromatic cli to v11.25.2 #331

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@1fc59b137c52d2f7571c8cf0b40daad2794fd551 # v11.25.2
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}