Skip to content

fix: bump vite from 7.3.1 to 7.3.2 #5

fix: bump vite from 7.3.1 to 7.3.2

fix: bump vite from 7.3.1 to 7.3.2 #5

Workflow file for this run

name: NPM Audit
on:
pull_request:
jobs:
NPM-Audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "lts/*"
- name: Run npm audit
run: npm audit --audit-level=high