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

Commit 517ddc2

Browse files
authored
feat: use Chrome 66.0.3359.170 (#7)
1 parent 8a08bcf commit 517ddc2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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: '66.0.3359.139',
9+
version: '66.0.3359.170',
1010
checksum: {
1111
algorithm: 'sha256',
12-
value: 'a888430efb711c3d32fdb402130065f92e8d8426242dab77e8ebecd79f215e3b'
12+
value: '4625285985506394d940f5e777e06317aed68b9db186ca9d61fcc6ce23cd5fe0'
1313
}
1414
}
1515

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": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
55
"engines": {
66
"node": "8.10.x"

0 commit comments

Comments
 (0)