Skip to content

Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.23.0 #531

Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.23.0

Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.23.0 #531

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ release, main ]
permissions: {}
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Verify npm all runs and build output matches
uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run all