Skip to content

build(deps): bump ajv from 6.12.6 to 6.14.0 (#253) #4

build(deps): bump ajv from 6.12.6 to 6.14.0 (#253)

build(deps): bump ajv from 6.12.6 to 6.14.0 (#253) #4

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 12.x
- 14.x
- 16.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Setup PNPM
uses: pnpm/action-setup@v1.2.1
with:
version: 4.11.1
- run: pnpm i
- run: pnpm run build --if-present
- run: pnpm test