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

Commit 4ad09cf

Browse files
authored
feat(v2): use Chrome 68.0.3440.84 (#29)
1 parent 4533653 commit 4ad09cf

File tree

5 files changed

+228
-228
lines changed

5 files changed

+228
-228
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: '68.0.3440.75',
9+
version: '68.0.3440.84',
1010
checksum: {
1111
algorithm: 'sha256',
12-
value: 'dd3e4a11463b318bad55ce01e67d60d8bcec60f7bb9b8a5b4886489509c69014'
12+
value: 'eba9580eb5fa97cd7bcb67031eb9fc23888e83484d0da321a204035b8499d592'
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": "2.0.4",
3+
"version": "2.0.5",
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.

0 commit comments

Comments
 (0)