Skip to content

Bump @typescript-eslint/parser from 6.21.0 to 8.5.0 #206

Bump @typescript-eslint/parser from 6.21.0 to 8.5.0

Bump @typescript-eslint/parser from 6.21.0 to 8.5.0 #206

Workflow file for this run

name: Test on any push
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '/.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm test