Skip to content

Commit

Permalink
fix: update lighthouse ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tommm2 committed Mar 25, 2024
1 parent a1502f3 commit 2e928f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
- 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

0 comments on commit 2e928f3

Please sign in to comment.