Skip to content

Bump globals from 17.7.0 to 17.8.0 #1280

Bump globals from 17.7.0 to 17.8.0

Bump globals from 17.7.0 to 17.8.0 #1280

Workflow file for this run

name: Run Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run lint