Skip to content

chore(deps): bump commander from 6.2.1 to 12.0.0 #483

chore(deps): bump commander from 6.2.1 to 12.0.0

chore(deps): bump commander from 6.2.1 to 12.0.0 #483

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