Skip to content

20.5.0 - allow to use number types for number/numeric field filters #33

20.5.0 - allow to use number types for number/numeric field filters

20.5.0 - allow to use number types for number/numeric field filters #33

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