Skip to content

Commit

Permalink
fix: lighthouse ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tommm2 committed Mar 25, 2024
1 parent 378f760 commit a1502f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install && npm install -g @lhci/cli@0.13.x
- run: npm run build
- run: pnpm install && pnpm add -g @lhci/cli@0.13.x
- run: pnpm run build
- run: lhci autorun

0 comments on commit a1502f3

Please sign in to comment.