Skip to content

update config lighthouse: #30

update config lighthouse:

update config lighthouse: #30

Workflow file for this run

name: 'lighthouse 🚦'
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: npm install, build
run: |
npm install
npm run build
- name: run Lighthouse CI
run: |
npm install -g @lhci/cli@0.14.x
lhci autorun