Skip to content

fix: bump deps

fix: bump deps #511

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-18.04
steps:
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- 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