Skip to content

Bump vite from 6.3.4 to 7.1.1 #60

Bump vite from 6.3.4 to 7.1.1

Bump vite from 6.3.4 to 7.1.1 #60

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