Skip to content

chore(deps): bump @open-rpc/schema-utils-js from 1.16.2 to 2.0.0 #505

chore(deps): bump @open-rpc/schema-utils-js from 1.16.2 to 2.0.0

chore(deps): bump @open-rpc/schema-utils-js from 1.16.2 to 2.0.0 #505

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-18.04
steps:
- uses: actions/setup-node@v2
with:
node-version: '14.15.1'
- uses: actions/checkout@v2
- name: install eslint
run: npm install eslint@6.8.0 @typescript-eslint/parser@2.25.0 @typescript-eslint/eslint-plugin@2.25.0
- name: lint
run: ./node_modules/.bin/eslint . --ext .ts