Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.

Commit 77a6665

Browse files
authored
feat v3: use Chrome 67.0.3396.99 (#24)
1 parent 7ca8966 commit 77a6665

File tree

7 files changed

+331
-331
lines changed

7 files changed

+331
-331
lines changed

lib/chromeConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ exports.binary = {
66
binPath: binPath,
77
cachePath: getCachePath(),
88
fileName: 'headless-chromium',
9-
version: '67.0.3396.87',
9+
version: '67.0.3396.99',
1010
checksum: {
1111
algorithm: 'sha256',
12-
value: 'bb110d5a309567977ff6f9eab5491a4adeae7aa7bbd94d12fd9a689b89d447c7'
12+
value: 'f170bf336cbc56bcbf5eb6c2be5caa376ea009e9d9990897ccc9b97a5d3fd694'
1313
}
1414
}
1515

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lighthouse-lambda",
3-
"version": "3.0.0-rc.2",
3+
"version": "3.0.0-rc.3",
44
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
55
"engines": {
66
"node": "8.10.x"

results/2.9.4.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

results/2.9.4.json

Lines changed: 246 additions & 246 deletions
Large diffs are not rendered by default.

results/3.0.0.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

results/3.0.0.json

Lines changed: 79 additions & 79 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)