Skip to content

chore(deps): bump express from 4.19.2 to 4.21.1 #2438

chore(deps): bump express from 4.19.2 to 4.21.1

chore(deps): bump express from 4.19.2 to 4.21.1 #2438

Workflow file for this run

name: Chromatic
on: [pull_request]
jobs:
chromatic:
if: github.repository == 'leather-io/extension' && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/provision
- name: Deploy to Chromatic
id: chromatic
uses: chromaui/action@latest
with:
autoAcceptChanges: '{main,dev}'
onlyChanged: true
exitZeroOnChanges: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.LEATHER_BOT }}