Skip to content

Bump @typescript-eslint/parser from 7.7.1 to 7.16.0 #985

Bump @typescript-eslint/parser from 7.7.1 to 7.16.0

Bump @typescript-eslint/parser from 7.7.1 to 7.16.0 #985

Workflow file for this run

name: Test and Coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Installing dependencies
run: npm install
- name: Run test
run: npm test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4