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

Commit 42852ff

Browse files
authored
feat: use Chrome 67.0.3396.99 (#23)
1 parent 06f4538 commit 42852ff

File tree

5 files changed

+251
-251
lines changed

5 files changed

+251
-251
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": "2.0.2",
3+
"version": "2.0.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.

0 commit comments

Comments
 (0)