Skip to content

Bump react and @types/react #650

Bump react and @types/react

Bump react and @types/react #650

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 18.7.0
- name: Install Dependencies
run: npm install
- name: Run ESLint
run: npm run lint