Skip to content

Bump @vitejs/plugin-react from 4.5.2 to 4.6.0 #40

Bump @vitejs/plugin-react from 4.5.2 to 4.6.0

Bump @vitejs/plugin-react from 4.5.2 to 4.6.0 #40

Workflow file for this run

name: Build Project
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: npm run build