Skip to content

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 #967

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 #967

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 #required to retrieve git history
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build Storybook
run: pnpm build-storybook
- name: Publish to Chromatic
uses: chromaui/action@v13.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
storybookBuildDir: storybook-static
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}