Skip to content

fix(deps): bump react-hook-form from 7.12.2 to 7.46.2 #4263

fix(deps): bump react-hook-form from 7.12.2 to 7.46.2

fix(deps): bump react-hook-form from 7.12.2 to 7.46.2 #4263

Workflow file for this run

name: Build
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run build
- run: npm test