Skip to content

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

Bump eslint-plugin-react from 7.36.1 to 7.37.0

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

Workflow file for this run

name: Build
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm install
- name: build
run: npm run build