Skip to content

Bump @typescript-eslint/parser from 8.18.2 to 8.20.0 #337

Bump @typescript-eslint/parser from 8.18.2 to 8.20.0

Bump @typescript-eslint/parser from 8.18.2 to 8.20.0 #337

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
cache: npm
- name: Install Node.js dependencies
run: npm ci
- name: Run lint
run: npm run lint