Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lighthouse version from 6.4.0 to 7.3.0 or 7.4.0? #46

Closed
ghost opened this issue May 18, 2021 · 2 comments
Closed

Bump lighthouse version from 6.4.0 to 7.3.0 or 7.4.0? #46

ghost opened this issue May 18, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented May 18, 2021

I tried installing lighthouse 7.4.0 and it's there inside the node_modules but the reports still list the version as 6.4.0 making me think theres probably more to change than just the JSON files.

https://github.com/GoogleChrome/lighthouse/releases

@ghost
Copy link
Author

ghost commented May 18, 2021

looks like performance-leaderboard@4.2.0 uses Lighthouse 7.3.0 but the reports still say 6.5.0 even though 4.2.0 is installed.
I'm currently manually overriding it using this:
const lighthouse = require("./node_modules/lighthouse/lighthouse-core/index.js");
with lighthouse 7.4.0 installed in speedlify-live\node_modules\performance-leaderboard

@zachleat
Copy link
Owner

This was updated awhile back, not quite sure when! But performance-leaderboard now matches major versions with Lighthouse (and is currently on 9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant