Skip to content

Bump eslint from 9.17.0 to 9.19.0 #624

Bump eslint from 9.17.0 to 9.19.0

Bump eslint from 9.17.0 to 9.19.0 #624

Workflow file for this run

name: 'Chromatic'
on:
push:
paths:
- 'public/content/**'
- 'components/**'
- 'package.json'
- 'pnpm-lock.yaml'
- '.storybook/**'
- '.github/workflows/chromatic.yml'
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install PNPM
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: 'build:storybook'