zachleat / speedlify

Benchmark the web performance and accessibility of sites over time.
https://www.speedlify.dev/
MIT License
919 stars 167 forks source link

Update README with correct minimum NodeJS version (12 -> 16) #48

Open davidhund opened 2 years ago

davidhund commented 2 years ago

README NodeJS version was outdated since 7f7a6aabd17da092f8a744a1225a3c40214c84c1

zachleat commented 2 years ago

Oh interesting, should it be requires 14+?

davidhund commented 2 years ago

Uh, I guess 😅

Lighthouse requires Node 14 LTS (14.x) or later. https://github.com/GoogleChrome/lighthouse

Probably worth putting 14 in .nvmrc then too…

PS: I just jumped up to NodeJS 16 because it's the latest LTS. I'm not sure about differences between 14 and 16