Skip to content

chore(deps): bump commander from 6.2.1 to 12.1.0 #515

chore(deps): bump commander from 6.2.1 to 12.1.0

chore(deps): bump commander from 6.2.1 to 12.1.0 #515

Workflow file for this run

on:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- 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