Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tommm2 committed Mar 26, 2024
1 parent d197f20 commit 452a8e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
with:
node-version: 19.x

- name: npm install, build
- name: pnpm install, build
run: |
npm install
npm run build
pnpm install
pnpm run build
- name: run Lighthouse CI
run: |
npm install -g @lhci/cli@0.13.x
pnpm add @lhci/cli@0.13.x
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

0 comments on commit 452a8e5

Please sign in to comment.