Skip to content

Bump eslint from 8.57.0 to 9.11.1 #4292

Bump eslint from 8.57.0 to 9.11.1

Bump eslint from 8.57.0 to 9.11.1 #4292

Workflow file for this run

name: Generator
concurrency:
# Group PRs by head_ref, push to main branch by commit id, and others branch by ref.
group: ${{ github.workflow }}-${{ github.head_ref || (github.ref == 'refs/heads/main' && github.sha) || github.ref }}
cancel-in-progress: true
on: [push, pull_request]
permissions:
contents: read
jobs:
dotnetcore:
name: npm-test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run test