Skip to content

bump @formiz/core version to 2.2.2 #642

bump @formiz/core version to 2.2.2

bump @formiz/core version to 2.2.2 #642

Workflow file for this run

name: Formiz Test
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install -g pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
- run: pnpm lint
- run: pnpm test