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 67.0.3396.99 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmchau authored Jun 27, 2018
1 parent 06f4538 commit 42852ff
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 251 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: '67.0.3396.87',
version: '67.0.3396.99',
checksum: {
algorithm: 'sha256',
value: 'bb110d5a309567977ff6f9eab5491a4adeae7aa7bbd94d12fd9a689b89d447c7'
value: 'f170bf336cbc56bcbf5eb6c2be5caa376ea009e9d9990897ccc9b97a5d3fd694'
}
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.2",
"version": "2.0.3",
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
"engines": {
"node": "8.10.x"
Expand Down
2 changes: 1 addition & 1 deletion results/2.9.4.html

Large diffs are not rendered by default.

Loading

0 comments on commit 42852ff

Please sign in to comment.