Skip to content

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.62.0 #190

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.62.0

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.62.0 #190

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v3
with:
node-version: 14.x
cache: "npm"
- run: npm ci
- run: npm run lint