Skip to content

Bump @typescript-eslint/eslint-plugin from 7.8.0 to 8.19.0 #683

Bump @typescript-eslint/eslint-plugin from 7.8.0 to 8.19.0

Bump @typescript-eslint/eslint-plugin from 7.8.0 to 8.19.0 #683

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.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 --if-present
- run: npm run coverage
- run: npm run lint
- name: Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/[email protected]
with:
directory: ./coverage