Skip to content

Bump react from 18.2.0 to 18.3.1 #232

Bump react from 18.2.0 to 18.3.1

Bump react from 18.2.0 to 18.3.1 #232

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- run: npm ci
- run: npm run lint