From 9b950b1769295587865c3a711d500b0681a5d72b Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Mon, 4 Jun 2018 15:20:02 -0700 Subject: [PATCH 1/2] docs: update required chrome version --- lighthouse-cli/cli-flags.js | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lighthouse-cli/cli-flags.js b/lighthouse-cli/cli-flags.js index f6b4e06ad9dc..43d479a0b715 100644 --- a/lighthouse-cli/cli-flags.js +++ b/lighthouse-cli/cli-flags.js @@ -89,7 +89,7 @@ function getFlags(manualArgv) { 'preset': 'Use a built-in configuration.', 'chrome-flags': `Custom flags to pass to Chrome (space-delimited). For a full list of flags, see http://bit.ly/chrome-flags - Additionally, use the CHROME_PATH environment variable to use a specific Chrome binary. Requires Chromium version 54.0 or later. If omitted, any detected Chrome Canary or Chrome stable will be used.`, + Additionally, use the CHROME_PATH environment variable to use a specific Chrome binary. Requires Chromium version 66.0 or later. If omitted, any detected Chrome Canary or Chrome stable will be used.`, 'hostname': 'The hostname to use for the debugging protocol.', 'port': 'The port to use for the debugging protocol. Use 0 for a random port', 'max-wait-for-load': diff --git a/readme.md b/readme.md index aa832f87c50f..41f3caf90dcb 100644 --- a/readme.md +++ b/readme.md @@ -56,7 +56,7 @@ Configuration: Environment variables: CHROME_PATH: Explicit path of intended Chrome binary. If set must point to an executable of a build of - Chromium version 54.0 or later. By default, any detected Chrome Canary or Chrome (stable) will be launched. + Chromium version 65.0 or later. By default, any detected Chrome Canary or Chrome (stable) will be launched. [default: ""] --port The port to use for the debugging protocol. Use 0 for a random port [default: 0] --preset Use a built-in configuration. [choices: "full", "perf", "mixed-content"] From bdd563f3ae6c9472a29cc99af3812aa5e0872f84 Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Mon, 4 Jun 2018 15:58:43 -0700 Subject: [PATCH 2/2] 66 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 41f3caf90dcb..c6a0c707f13d 100644 --- a/readme.md +++ b/readme.md @@ -56,7 +56,7 @@ Configuration: Environment variables: CHROME_PATH: Explicit path of intended Chrome binary. If set must point to an executable of a build of - Chromium version 65.0 or later. By default, any detected Chrome Canary or Chrome (stable) will be launched. + Chromium version 66.0 or later. By default, any detected Chrome Canary or Chrome (stable) will be launched. [default: ""] --port The port to use for the debugging protocol. Use 0 for a random port [default: 0] --preset Use a built-in configuration. [choices: "full", "perf", "mixed-content"]