Skip to content

Bump @typescript-eslint/eslint-plugin from 6.15.0 to 8.8.1 #17

Bump @typescript-eslint/eslint-plugin from 6.15.0 to 8.8.1

Bump @typescript-eslint/eslint-plugin from 6.15.0 to 8.8.1 #17

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
jest-tests:
name: Run Jest Tests
runs-on: ubuntu-latest
environment: test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
uses: actions/setup-node@v3
with:
node-version: '22'
- run: npm install
- run: npm test