Skip to content

chore(deps): update all non-major dependencies #5942

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #5942

Workflow file for this run

name: chromatic
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
permissions:
contents: read
jobs:
chromatic:
name: 📚 Chromatic
runs-on: ubuntu-24.04-arm
steps:
- name: ☑️ Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
- uses: voidzero-dev/setup-vp@35171c92dd08b67d5a9d3f2a4327800e58396f2a # v1.13.0
with:
node-version: lts/*
cache: true
sfw: true
- name: 🧪 Run Chromatic Visual and Accessibility Tests
uses: chromaui/action@98132da0fca2211fb41b3af7b49ce85176007851 # v17.8.0
with:
buildCommand: vp run build-storybook
outputDir: storybook-static
env:
CHROMATIC_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}
CHROMATIC_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
CHROMATIC_SLUG: ${{ github.repository }}