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 68.0.3440.84 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
baocancode authored Aug 1, 2018
1 parent 0af24dc commit 926b24c
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 78 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": "3.0.0",
"version": "3.0.1",
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
"engines": {
"node": "8.10.x"
Expand Down
2 changes: 1 addition & 1 deletion results/3.0.3.html

Large diffs are not rendered by default.

Loading

0 comments on commit 926b24c

Please sign in to comment.