Skip to content

chore(deps): bump firebase from 10.13.0 to 10.13.2 #1265

chore(deps): bump firebase from 10.13.0 to 10.13.2

chore(deps): bump firebase from 10.13.0 to 10.13.2 #1265

Workflow file for this run

# .github/workflows/chromatic.yml
name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v11
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: true