Skip to content

Commit 87285d6

Browse files
committed
ci: log patched chromedriver version
1 parent cd91c0f commit 87285d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/patchChromedriver.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ const versionString = require('child_process').execSync('wmic datafile where nam
99
const majorVersion = versionString.match(/Version=(\d+)/)[1]
1010
pkg.resolutions.chromedriver = `^${majorVersion}.0.0`
1111

12+
console.log(`patched chromedriver to version ${majorVersion}`)
13+
1214
fs.writeFileSync(path.resolve(__dirname, '../package.json'), JSON.stringify(pkg, null, 2))

0 commit comments

Comments
 (0)