Skip to content

Bump @typescript-eslint/parser from 6.21.0 to 7.0.1 #1720

Bump @typescript-eslint/parser from 6.21.0 to 7.0.1

Bump @typescript-eslint/parser from 6.21.0 to 7.0.1 #1720

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run format
- run: npm run test-ci
- name: Publish Code Coverage
if: github.ref == 'refs/heads/master'
uses: codecov/codecov-action@v4
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]