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

Commit

Permalink
feat(v2): use Chrome 68.0.3440.84 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
baocancode authored Aug 1, 2018
1 parent 4533653 commit 4ad09cf
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 228 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: '68.0.3440.75',
version: '68.0.3440.84',
checksum: {
algorithm: 'sha256',
value: 'dd3e4a11463b318bad55ce01e67d60d8bcec60f7bb9b8a5b4886489509c69014'
value: 'eba9580eb5fa97cd7bcb67031eb9fc23888e83484d0da321a204035b8499d592'
}
}

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.4",
"version": "2.0.5",
"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 4ad09cf

Please sign in to comment.