Skip to content

Bump vite from 8.0.10 to 8.0.16 #99

Bump vite from 8.0.10 to 8.0.16

Bump vite from 8.0.10 to 8.0.16 #99

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "24"
cache: "npm"
- name: Restore
run: npm ci
- name: Audit
run: npm audit --audit-level=high --ignore-scripts --omit=optional
- name: Build
run: npm run build
- name: Test
run: npm test
- name: Check contributors
run: npx all-contributors check