Skip to content

Commit

Permalink
chore: ci pnpm install 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SEOKKAMONI committed Oct 17, 2023
1 parent 0632352 commit a476e68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
node-version: 16

- name: Install Packages
run: npm install && npm install -g @lhci/cli@0.8.x
run: |
npm install
npm install -g @lhci/cli@0.8.x
npm install -g pnpm
- name: Build
run: pnpm build
Expand Down

0 comments on commit a476e68

Please sign in to comment.