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

feat(v2): use Chrome 68.0.3440.84 #29

Merged
merged 1 commit into from
Aug 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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