Skip to content

Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.4.0 #3

Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.4.0

Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.4.0 #3

Workflow file for this run

name: unit-tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20
- name: Install Node dependencies
run: npm install --ignore-scripts
- name: Run tests
run: npm run test:cov