Skip to content

Bump json-schema and jsprim #29

Bump json-schema and jsprim

Bump json-schema and jsprim #29

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Test
run: |
npm install
npm test