Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo0122 committed Jun 28, 2024
1 parent bcd80e2 commit a888789
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lhci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install && npm install -g @lhci/[email protected]
- run: pnpm run build
- uses: pnpm/action-setup@v4
- run: npm install -g @lhci/[email protected]
- run: pnpm install && pnpm run build
- run: lhci autorun

0 comments on commit a888789

Please sign in to comment.