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

Commit

Permalink
fix: please work raah
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Feb 1, 2024
1 parent cc02c45 commit b9c097f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- uses: pnpm/action-setup@v2
with:
version: 8
run: pnpm install
- 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 b9c097f

Please sign in to comment.