Skip to content

Bump @vitejs/plugin-react from 4.3.4 to 5.0.1 #64

Bump @vitejs/plugin-react from 4.3.4 to 5.0.1

Bump @vitejs/plugin-react from 4.3.4 to 5.0.1 #64

Workflow file for this run

name: PR Build Check
on:
pull_request:
branches:
- main
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install Dependencies
run: npm install
- name: Build Project
run: npm run build