Skip to content

Bump @types/node from 20.12.10 to 20.12.11 #5711

Bump @types/node from 20.12.10 to 20.12.11

Bump @types/node from 20.12.10 to 20.12.11 #5711

Workflow file for this run

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