Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Bump json-schema and jsprim #42

Bump json-schema and jsprim

Bump json-schema and jsprim #42

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm test
env:
CI: true