Skip to content

Bump ajv from 6.12.6 to 6.14.0 #95

Bump ajv from 6.12.6 to 6.14.0

Bump ajv from 6.12.6 to 6.14.0 #95

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: CI Build
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Build Packages
shell: bash
run: yarn