Skip to content

Bump @types/react from 18.3.7 to 18.3.8 #5942

Bump @types/react from 18.3.7 to 18.3.8

Bump @types/react from 18.3.7 to 18.3.8 #5942

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.4
with:
node-version: "20"
- run: npm ci
- run: npm run eslint