Skip to content

chore(deps-dev): bump vite from 7.1.9 to 7.1.11 #955

chore(deps-dev): bump vite from 7.1.9 to 7.1.11

chore(deps-dev): bump vite from 7.1.9 to 7.1.11 #955

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: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 22
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build Storybook
run: yarn 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 }}