Skip to content

Bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.3.0 #43

Bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.3.0

Bump @typescript-eslint/eslint-plugin from 5.59.11 to 6.3.0 #43

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- "**"
push:
branches:
- master
- linting
workflow_dispatch:
jobs:
nodejs-test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint