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

Commit 4da14cb

Browse files
authored
feat: use Chrome 68.0.3440.75 (#25)
* feat: use Chrome 68.0.3440.75 * deps: update download
1 parent 42852ff commit 4da14cb

5 files changed

Lines changed: 908 additions & 924 deletions

File tree

lib/chromeConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ exports.binary = {
66
binPath: binPath,
77
cachePath: getCachePath(),
88
fileName: 'headless-chromium',
9-
version: '67.0.3396.99',
9+
version: '68.0.3440.75',
1010
checksum: {
1111
algorithm: 'sha256',
12-
value: 'f170bf336cbc56bcbf5eb6c2be5caa376ea009e9d9990897ccc9b97a5d3fd694'
12+
value: 'dd3e4a11463b318bad55ce01e67d60d8bcec60f7bb9b8a5b4886489509c69014'
1313
}
1414
}
1515

0 commit comments

Comments
 (0)