Skip to content

Bump @types/react from 18.2.13 to 18.2.20 #167

Bump @types/react from 18.2.13 to 18.2.20

Bump @types/react from 18.2.13 to 18.2.20 #167

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Linting 🪄
run: |
npm run lint
npm run format:check
- name: Test ✅
run: |
npm run test