diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ce11f3c24f..30d7700e99 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [17.x] + node-version: [16.x] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1cc26b1e07..d2c744e3c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [17.x] + node-version: [16.x] runs-on: ${{ matrix.os }} steps: @@ -34,7 +34,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [17.x] + node-version: [16.x] runs-on: ${{ matrix.os }} steps: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d73b1a1480..f564180d4a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,7 +32,7 @@ jobs: steps: - task: NodeTool@0 inputs: - versionSpec: "17.x" + versionSpec: "16.x" displayName: "Install Node.js" - bash: yarn install --frozen-lockfile displayName: Install @@ -56,7 +56,7 @@ jobs: steps: - task: NodeTool@0 inputs: - versionSpec: "17.x" + versionSpec: "16.x" displayName: "Install Node.js" - bash: | diff --git a/package.json b/package.json index 9351f2d6cc..3dad7c4283 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ }, "homepage": "https://streetsidesoftware.github.io/vscode-spell-checker", "engines": { - "node": ">14.16.0", - "vscode": "^1.59.1" + "node": ">16.0.0", + "vscode": "^1.67.0" }, "sponsor": { "url": "https://opencollective.com/code-spell-checker"