diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 760f33fe2..6dfcb575f 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -26,6 +26,5 @@ jobs: - run: http-server -s & - name: Run Lighthouse run: | - npm install -g lhci/cli@0.13.x - sleep 90 + npm install && npm install -g @lhci/cli@0.14.x lhci autorun