Skip to content

Bump ajv from 8.11.0 to 8.12.0 #156

Bump ajv from 8.11.0 to 8.12.0

Bump ajv from 8.11.0 to 8.12.0 #156

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
target_node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Use Node.js 16.x
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn install
- run: yarn build
- run: yarn test:js --coverage
- uses: codecov/codecov-action@v3
with:
flags: javascript
- run: yarn test:ts --coverage
- uses: codecov/codecov-action@v3
with:
flags: typescript