Skip to content

Bump eslint from 8.57.0 to 9.0.0 #125

Bump eslint from 8.57.0 to 9.0.0

Bump eslint from 8.57.0 to 9.0.0 #125

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
lint-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test