Skip to content

Bump @typescript-eslint/parser from 6.8.0 to 6.16.0 #706

Bump @typescript-eslint/parser from 6.8.0 to 6.16.0

Bump @typescript-eslint/parser from 6.8.0 to 6.16.0 #706

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@v3
with:
fetch-depth: 2
- name: Setup node
uses: actions/setup-node@v3
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@v3