Skip to content

Bump vite from 8.1.4 to 8.2.0 #460

Bump vite from 8.1.4 to 8.2.0

Bump vite from 8.1.4 to 8.2.0 #460

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v7.0.1
- name: Setup Lefthook
uses: threeal/setup-lefthook-action@v1.0.0
- name: Setup pnpm
uses: threeal/setup-pnpm-action@v2.0.0
- name: Check pre-commit hook
run: lefthook run pre-commit --all-files
- name: Test
run: pnpm vitest run
- name: Package
run: pnpm pack