Skip to content

Bump eslint from 8.14.0 to 9.8.0 #499

Bump eslint from 8.14.0 to 9.8.0

Bump eslint from 8.14.0 to 9.8.0 #499

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test -- --coverage