Skip to content

chore(deps): update dependency @tailwindcss/line-clamp to v0.4.4 #649

chore(deps): update dependency @tailwindcss/line-clamp to v0.4.4

chore(deps): update dependency @tailwindcss/line-clamp to v0.4.4 #649

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18.12.1' # should match .nvmrc
- name: Install dependencies
run: |
npm ci
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
with:
token: ${{ secrets.GITHUB_TOKEN }}
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}