Skip to content

Update README with Lighthouse badge measurement date #7

Update README with Lighthouse badge measurement date

Update README with Lighthouse badge measurement date #7

Workflow file for this run

name: Audit
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
audit:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Security audit
run: npm audit --audit-level=high