Skip to content

chore: test

chore: test #4

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: Install pnpm
run: npm install -g pnpm
- run: pnpm install && pnpm add -g @lhci/cli@0.13.x
- run: pnpm run build
- run: lhci autorun