Skip to content

Bump @typescript-eslint/parser from 7.2.0 to 8.18.1 #1433

Bump @typescript-eslint/parser from 7.2.0 to 8.18.1

Bump @typescript-eslint/parser from 7.2.0 to 8.18.1 #1433

Workflow file for this run

name: ESLint
on: [ push, pull_request, workflow_dispatch ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci
- name: Run ESLint
run: npm run lint