Skip to content

build(deps): bump @json-schema-tools/dereferencer from 1.5.7 to 1.6.2 #846

build(deps): bump @json-schema-tools/dereferencer from 1.5.7 to 1.6.2

build(deps): bump @json-schema-tools/dereferencer from 1.5.7 to 1.6.2 #846

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.15.1
uses: actions/setup-node@v1
with:
node-version: 14.15.1
- name: npm install
run: npm install
- name: lint
run: npm run lint