8000 ci: update chromedriver version in appveyor to 2.45 · vuejs/vue-cli@f9f6afa · GitHub
[go: up one dir, main page]

Skip to content

Commit f9f6afa

Browse files
committed
ci: update chromedriver version in appveyor to 2.45
Their Chrome version has been updated. See https://www.appveyor.com/updates/2019/02/11/ (cherry picked from commit 197fd92)
1 parent 04148dd commit f9f6afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/patchChromedriver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// Appveyor current only ships Chrome 65
1+
// Appveyor current only ships Chrome 72
22
// which is no longer supported by the latest version of Chromedriver.
33

44
const fs = require('fs')
55
const path = require('path')
66
const pkg = require('../package.json')
77

8-
pkg.resolutions.chromedriver = '2.38.0'
8+
pkg.resolutions.chromedriver = '2.45.0'
99

1010
fs.writeFileSync(path.resolve(__dirname, '../package.json'), JSON.stringify(pkg, null, 2))

0 commit comments

Comments
 (0)
0