Skip to content

build(deps): bump vite from 7.3.1 to 7.3.2 #696

build(deps): bump vite from 7.3.1 to 7.3.2

build(deps): bump vite from 7.3.1 to 7.3.2 #696

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: |
npm install
- run: |
npm run all