Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: pnpm setup for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Feb 1, 2024
1 parent 137cf40 commit cc02c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install -g pnpm && pnpm install && pnpm install -g @lhci/[email protected]
- run: npm install -g pnpm && pnpm setup && pnpm install && pnpm install -g @lhci/[email protected]
- run: pnpm run build
- run: lhci autorun

0 comments on commit cc02c45

Please sign in to comment.