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

Commit

Permalink
feat v3: use chrome 67.0.3396.87 (#21)
Browse files Browse the repository at this point in the history
* feat: use chrome 67.0.3396.87
  • Loading branch information
nmchau authored Jun 13, 2018
1 parent 04b785d commit 59575cc
Show file tree
Hide file tree
Showing 14 changed files with 349 additions and 30,504 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.79',
version: '67.0.3396.87',
checksum: {
algorithm: 'sha256',
value: 'a4f124b70b9c099f5f128708885c7d2d898a27bddaca70960a30b9962f067d1a'
value: 'bb110d5a309567977ff6f9eab5491a4adeae7aa7bbd94d12fd9a689b89d447c7'
}
}

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-rc.1",
"version": "3.0.0-rc.2",
"description": "Run Google Chrome Lighthouse on AWS Lambda.",
"engines": {
"node": "8.10.x"
Expand Down
Loading

0 comments on commit 59575cc

Please sign in to comment.