Skip to content

Update dependency vite to v6 #1

Update dependency vite to v6

Update dependency vite to v6 #1

Workflow file for this run

name: PR Test
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build
run: npm run build