Skip to content

Bump eslint from 8.57.1 to 9.20.0 #1087

Bump eslint from 8.57.1 to 9.20.0

Bump eslint from 8.57.1 to 9.20.0 #1087

Workflow file for this run

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