Skip to content

chore(deps-dev): bump @vitejs/plugin-react from 4.2.1 to 4.3.1 #241

chore(deps-dev): bump @vitejs/plugin-react from 4.2.1 to 4.3.1

chore(deps-dev): bump @vitejs/plugin-react from 4.2.1 to 4.3.1 #241

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