Skip to content

Bump eslint from 10.6.0 to 10.7.0 in the npm group #4

Bump eslint from 10.6.0 to 10.7.0 in the npm group

Bump eslint from 10.6.0 to 10.7.0 in the npm group #4

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- run: npm ci
- run: npm run build