Skip to content

Bump vitest from 0.34.4 to 0.34.5 #185

Bump vitest from 0.34.4 to 0.34.5

Bump vitest from 0.34.4 to 0.34.5 #185

Workflow file for this run

name: Audit
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
name: Audit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: npm install
run: npm install
- name: Build
run: npm run build
- name: Audit
run: npm audit --audit-level=moderate --omit=dev