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.75 (#25)
Browse files Browse the repository at this point in the history
* feat: use Chrome 68.0.3440.75

* deps: update download
  • Loading branch information
nmchau authored Jul 25, 2018
1 parent 42852ff commit 4da14cb
Show file tree
Hide file tree
Showing 5 changed files with 908 additions and 924 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.99',
version: '68.0.3440.75',
checksum: {
algorithm: 'sha256',
value: 'f170bf336cbc56bcbf5eb6c2be5caa376ea009e9d9990897ccc9b97a5d3fd694'
value: 'dd3e4a11463b318bad55ce01e67d60d8bcec60f7bb9b8a5b4886489509c69014'
}
}

Expand Down
Loading

0 comments on commit 4da14cb

Please sign in to comment.