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

Commit

Permalink
feat: use Chrome 66.0.3359.170 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
baocancode authored May 11, 2018
1 parent 8a08bcf commit 517ddc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/chromeConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ exports.binary = {
binPath: binPath,
cachePath: getCachePath(),
fileName: 'headless-chromium',
version: '66.0.3359.139',
version: '66.0.3359.170',
checksum: {
algorithm: 'sha256',
value: 'a888430efb711c3d32fdb402130065f92e8d8426242dab77e8ebecd79f215e3b'
value: '4625285985506394d940f5e777e06317aed68b9db186ca9d61fcc6ce23cd5fe0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lighthouse-lambda",
"version": "1.1.1",
"version": "1.1.2",
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
"engines": {
"node": "8.10.x"
Expand Down

0 comments on commit 517ddc2

Please sign in to comment.