Skip to content

chore: bump @typescript-eslint/parser from 7.5.0 to 7.6.0 #1214

chore: bump @typescript-eslint/parser from 7.5.0 to 7.6.0

chore: bump @typescript-eslint/parser from 7.5.0 to 7.6.0 #1214

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- run: npm ci --no-audit
- run: npm test
- run: npm run coverage
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}