Skip to content

fix(deps): update dependency react-hook-form to v7.70.0 #1946

fix(deps): update dependency react-hook-form to v7.70.0

fix(deps): update dependency react-hook-form to v7.70.0 #1946

Workflow file for this run

name: 'Deploy Chromatic'
on:
pull_request:
branches:
- main
types: [closed]
jobs:
chromatic-deployment:
if: github.event.pull_request.merged == true
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
with:
node-version-file: '.node-version'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}