mirror of
https://github.com/google/blockly.git
synced 2026-06-17 08:35:12 +02:00
Fix drag surface (#4863)
* Return copy * Run clang format * Address PR Comment * update chrome version
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
||||
chrome: {
|
||||
// check for more recent versions of chrome driver here:
|
||||
// https://chromedriver.storage.googleapis.com/index.html
|
||||
version: '89.0.4389.23',
|
||||
version: '91.0.4472.19',
|
||||
arch: process.arch,
|
||||
baseURL: 'https://chromedriver.storage.googleapis.com'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user