diff --git a/README.md b/README.md index fec5425b8..451094df3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ |NodeJS|Visual Studio Code|Operating System| |--|--|--| -|
16.x.x18.x.x
⚠️ <=18.15.x
|
min-max
1.84.21.85.21.86.1
|
LinuxWindowsmacOS
⚠️ [Known Issues](KNOWN_ISSUES.md#macos-known-limitations-of-native-objects)
| +|
16.x.x18.x.x
⚠️ <=18.15.x
|
min-max
1.84.21.85.21.86.2
|
LinuxWindowsmacOS
⚠️ [Known Issues](KNOWN_ISSUES.md#macos-known-limitations-of-native-objects)
| ### Usage diff --git a/src/extester.ts b/src/extester.ts index 61b7129cb..734df9c9a 100644 --- a/src/extester.ts +++ b/src/extester.ts @@ -30,7 +30,7 @@ export const DEFAULT_SETUP_OPTIONS = { export const DEFAULT_STORAGE_FOLDER = process.env.TEST_RESOURCES ? process.env.TEST_RESOURCES : path.join(os.tmpdir(), 'test-resources'); export const VSCODE_VERSION_MIN = '1.84.2'; -export const VSCODE_VERSION_MAX = '1.86.1'; +export const VSCODE_VERSION_MAX = '1.86.2'; /** * The latest version of NodeJS which is properly working with selenium-webdriver