Skip to content

Bump eslint-plugin-react from 7.32.2 to 7.34.1 #788

Bump eslint-plugin-react from 7.32.2 to 7.34.1

Bump eslint-plugin-react from 7.32.2 to 7.34.1 #788

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
env:
CI: true