Skip to content

chore(release): 2.42.1 #951

chore(release): 2.42.1

chore(release): 2.42.1 #951

Workflow file for this run

name: 'Chromatic'
on: push
env:
NODE_VERSION: 16.14.2
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Load cached node_modules
uses: actions/cache@v3
with:
path: node_modules
key: node_modules-${{ hashFiles('yarn.lock') }}
- run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}