Skip to content

Bump eslint from 8.57.0 to 9.8.0 in the development-dependencies group #1460

Bump eslint from 8.57.0 to 9.8.0 in the development-dependencies group

Bump eslint from 8.57.0 to 9.8.0 in the development-dependencies group #1460

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint