Skip to content

deps: bump vite from 8.2.0 to 8.2.1 in the npm-minor-patch group #34

deps: bump vite from 8.2.0 to 8.2.1 in the npm-minor-patch group

deps: bump vite from 8.2.0 to 8.2.1 in the npm-minor-patch group #34

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run build
- run: npm test