Skip to content

Bump eslint-plugin-react from 7.35.2 to 7.36.1 (#31) #62

Bump eslint-plugin-react from 7.35.2 to 7.36.1 (#31)

Bump eslint-plugin-react from 7.35.2 to 7.36.1 (#31) #62

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- run: |
npm ci
npm run lint
npm run build
xvfb-run --auto-servernum npm test