Skip to content

chore(deps): bump next from 14.0.4 to 14.1.4 #244

chore(deps): bump next from 14.0.4 to 14.1.4

chore(deps): bump next from 14.0.4 to 14.1.4 #244

name: 'Chromatic'
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: actions/checkout@v1
- name: Setup
uses: ./.github/actions/bun
- uses: chromaui/action@v10
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true
buildScriptName: 'build-storybook'