Skip to content

chore: bump @swc/core-linux-x64-musl from 1.4.0 to 1.7.18 #1428

chore: bump @swc/core-linux-x64-musl from 1.4.0 to 1.7.18

chore: bump @swc/core-linux-x64-musl from 1.4.0 to 1.7.18 #1428

Workflow file for this run

name: Publish Chromatic
on: push
jobs:
chromatic:
name: Publish Storybook to Chromatic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dependencies
run: npm ci
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}