Skip to content

Bump webpack from 5.73.0 to 5.88.2 #6

Bump webpack from 5.73.0 to 5.88.2

Bump webpack from 5.73.0 to 5.88.2 #6

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'