Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

chore(deps): bump classnames from 2.3.1 to 2.5.1 #3117

chore(deps): bump classnames from 2.3.1 to 2.5.1

chore(deps): bump classnames from 2.3.1 to 2.5.1 #3117

Workflow file for this run

---
name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v10
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
env:
CHROMATIC: true