Skip to content

Bump vite from 3.0.4 to 3.2.7 #4

Bump vite from 3.0.4 to 3.2.7

Bump vite from 3.0.4 to 3.2.7 #4

Workflow file for this run

name: Audit live site
on: push
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Audit live URL
uses: jakejarvis/lighthouse-action@master
with:
url: 'https://vmdb.vercel.app/'
- name: Upload results as an artifact
uses: actions/upload-artifact@master
with:
name: report
path: './report'