Skip to content

Bump eslint-plugin-react from 7.36.1 to 7.37.0 #5960

Bump eslint-plugin-react from 7.36.1 to 7.37.0

Bump eslint-plugin-react from 7.36.1 to 7.37.0 #5960

Workflow file for this run

name: Jest
on:
pull_request_target:
branches: [main]
jobs:
test:
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 build --if-present
- run: npm test