Skip to content

Bump @vitejs/plugin-react from 4.2.0 to 4.2.1 #1212

Bump @vitejs/plugin-react from 4.2.0 to 4.2.1

Bump @vitejs/plugin-react from 4.2.0 to 4.2.1 #1212

Workflow file for this run

name: Verify Codebase
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
name: Verify Codebase
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Setup Node
id: setup-node
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'npm'
- run: npm install
- run: npm run format
- run: npm run lint
- run: npm run build