Shopify / lighthouse-ci-action

MIT License
100 stars 50 forks source link

Lighthouse version #68

Open leopoldo-ud opened 1 year ago

leopoldo-ud commented 1 year ago

Hi everyone. Is it possible to set or change the Lighhouse version used ?

I have this setup:

image

The Lighthouse version used is the 8.0.0 image

I'm asking for this because some metrics (like TTI) are deprecated on the new version Lighthouse 10 - Scoring Changes so the same page has different results: Lighthouse CI (8.0.0)

lighthouse 8

Lighthouse 10.1.1 Incognito Chrome Devtools

lighthouse 10 1 1
alibosworth commented 11 months ago

looks like the code is currently using @lhci/cli v0.7.x, which according to https://www.npmjs.com/package/@lhci/cli?activeTab=versions is 2 years old. I wonder if it is as easy as bumping that version number?

ChristopherCapito commented 9 months ago

If it varies by that much then I would consider it unusable.