Skip to content

Commit

Permalink
feat v3: use chrome 68.0.3440.75 (joytocode#26)
Browse files Browse the repository at this point in the history
* feat-v3: use Chrome 68.0.3440.75

* fix: change package version
  • Loading branch information
nmchau authored Jul 25, 2018
1 parent 77a6665 commit 9b26cf5
Show file tree
Hide file tree
Showing 7 changed files with 1,285 additions and 1,306 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 9b26cf5

Please sign in to comment.