Skip to content

2.1.1 - added test to set nested forms using setValue #11

2.1.1 - added test to set nested forms using setValue

2.1.1 - added test to set nested forms using setValue #11

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run build-docs