Skip to content

chore(deps-dev): bump @types/react from 18.3.5 to 18.3.6 #378

chore(deps-dev): bump @types/react from 18.3.5 to 18.3.6

chore(deps-dev): bump @types/react from 18.3.5 to 18.3.6 #378

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm test
- run: pnpm eslint src