Skip to content

Bump eslint from 8.57.0 to 9.9.0 #280

Bump eslint from 8.57.0 to 9.9.0

Bump eslint from 8.57.0 to 9.9.0 #280

Workflow file for this run

name: "units-test"
on:
pull_request:
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test