Skip to content

chore(deps): Upgrade DayPicker to v10 (#259) #176

chore(deps): Upgrade DayPicker to v10 (#259)

chore(deps): Upgrade DayPicker to v10 (#259) #176

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- main
jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
with:
version: 10.20.0
- uses: actions/setup-node@v4
with:
node-version: '20.19'
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true # Required option to enable TurboSnap