From aae1da8e5819ebe30da5ffa08b1b1687768da6e9 Mon Sep 17 00:00:00 2001 From: Dominik Jelinek Date: Thu, 5 Oct 2023 10:36:56 +0200 Subject: [PATCH] Bump 'max' placeholder to latest VS Code 1.83.0 Signed-off-by: Dominik Jelinek --- .github/workflows/insiders.yml | 2 +- .github/workflows/main.yml | 4 ++-- src/extester.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/insiders.yml b/.github/workflows/insiders.yml index 13f2520ba..0c22f7b44 100644 --- a/.github/workflows/insiders.yml +++ b/.github/workflows/insiders.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18.15.0 + node-version: 18.15.x cache: npm - name: Run Tests (macOS, windows) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 729d23730..1e02848b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - version: [ min, 1.81.1, max ] + version: [ min, 1.82.3, max ] fail-fast: false env: @@ -30,7 +30,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18.15.0 + node-version: 18.15.x cache: npm - name: Run Tests (macOS, windows) diff --git a/src/extester.ts b/src/extester.ts index 066e0898b..54bc2c65e 100644 --- a/src/extester.ts +++ b/src/extester.ts @@ -26,8 +26,8 @@ export const DEFAULT_SETUP_OPTIONS = { installDependencies: false } -export const VSCODE_VERSION_MIN = '1.80.2'; -export const VSCODE_VERSION_MAX = '1.82.3'; +export const VSCODE_VERSION_MIN = '1.81.1'; +export const VSCODE_VERSION_MAX = '1.83.0'; /** * VSCode Extension Tester