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