Skip to content

Update dependency react-hook-form to v7.49.3 #1524

Update dependency react-hook-form to v7.49.3

Update dependency react-hook-form to v7.49.3 #1524

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
name: Run test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: npm
- run: npm i
- run: npm run test:ci