Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"smokehouse": "./lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js"
},
"engines": {
"node": ">=12.13.0"
"node": ">=12.20.0 && 12.* || >=14.13 && 14.* || >=15"
},
"scripts": {
"build-all": "npm-run-posix-or-windows build-all:task",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The Chrome extension was available prior to Lighthouse being available in Chrome

The Node CLI provides the most flexibility in how Lighthouse runs can be configured and reported. Users who want more advanced usage, or want to run Lighthouse in an automated fashion should use the Node CLI.

_Lighthouse requires Node 12 LTS (12.x) or later._
_Lighthouse requires Node 12 LTS (12.20) or later._

**Installation**:

Expand Down