Skip to content

Bump @babel/traverse from 7.22.15 to 7.23.3 #22

Bump @babel/traverse from 7.22.15 to 7.23.3

Bump @babel/traverse from 7.22.15 to 7.23.3 #22

Workflow file for this run

# .github/workflows/chromatic.yml
# Workflow name
name: "Chromatic"
# Event for the workflow
on: push
# List of jobs
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}