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

Commit 59575cc

Browse files
authored
feat v3: use chrome 67.0.3396.87 (#21)
* feat: use chrome 67.0.3396.87
1 parent 04b785d commit 59575cc

14 files changed

Lines changed: 349 additions & 30504 deletions

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.79',
9+
version: '67.0.3396.87',
1010
checksum: {
1111
algorithm: 'sha256',
12-
value: 'a4f124b70b9c099f5f128708885c7d2d898a27bddaca70960a30b9962f067d1a'
12+
value: 'bb110d5a309567977ff6f9eab5491a4adeae7aa7bbd94d12fd9a689b89d447c7'
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.1",
3+
"version": "3.0.0-rc.2",
44
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
55
"engines": {
66
"node": "8.10.x"

0 commit comments

Comments
 (0)