Skip to content

Bump typescript-eslint from 8.60.1 to 8.61.0 #2110

Bump typescript-eslint from 8.60.1 to 8.61.0

Bump typescript-eslint from 8.60.1 to 8.61.0 #2110

Workflow file for this run

name: TypeScript
on:
pull_request_target:
branches: [main]
jobs:
typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v6.4.0
with:
node-version: "24"
- run: npm ci
- run: npm run typecheck