Skip to content

Bump eslint from 8.52.0 to 9.3.0 in the npm group #64

Bump eslint from 8.52.0 to 9.3.0 in the npm group

Bump eslint from 8.52.0 to 9.3.0 in the npm group #64

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: volta-cli/action@v4.1.1
- run: node -v
- run: npm -v
- run: npm ci
- run: npm run lint
- run: npm test