Skip to content

fix: upgrade @apidevtools/json-schema-ref-parser from 11.6.2 to 11.6.4 #304

fix: upgrade @apidevtools/json-schema-ref-parser from 11.6.2 to 11.6.4

fix: upgrade @apidevtools/json-schema-ref-parser from 11.6.2 to 11.6.4 #304

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build the project
run: npm run compile
- name: Test the project
run: npm test