Skip to content

Bump eslint from 8.57.0 to 9.1.1 #99

Bump eslint from 8.57.0 to 9.1.1

Bump eslint from 8.57.0 to 9.1.1 #99

Workflow file for this run

name: tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
name: Node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- name: Install testing dependencies
run: npm install
- name: Run Tests
run: npm test