Skip to content

Bump eslint from 7.15.0 to 9.4.0 #132

Bump eslint from 7.15.0 to 9.4.0

Bump eslint from 7.15.0 to 9.4.0 #132

Workflow file for this run

name: CI
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
workflow_dispatch:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.2
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npx jest --coverage --coverageReporters=cobertura