Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.10.0 to 8.1.0 #523

chore(deps-dev): bump @typescript-eslint/parser from 6.10.0 to 8.1.0

chore(deps-dev): bump @typescript-eslint/parser from 6.10.0 to 8.1.0 #523

Workflow file for this run

# Workflow name
name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # 👈 Required to retrieve git history
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Publish to Chromatic
uses: chromaui/action@c9067691aca4a28d6fbb40d9eea6e144369fbcae
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
exitOnceUploaded: true
externals: 'quill-tailwind/**'