Skip to content

Bump eslint from 10.7.0 to 10.8.0 #361

Bump eslint from 10.7.0 to 10.8.0

Bump eslint from 10.7.0 to 10.8.0 #361

Workflow file for this run

---
name: Node CI
permissions:
contents: read
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
build:
permissions:
contents: read
name: Node CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
cache: npm
- run: npm ci --ignore-scripts --no-audit --no-fund --strict-allow-scripts
- run: npm run build --if-present
- run: npm test