Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.16.0 #118

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

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.16.0 #118

Workflow file for this run

name: Index
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run lint