Skip to content

Commit

Permalink
fix: Fix the needed VS Code version (#2015)
Browse files Browse the repository at this point in the history
* fix: Fix the needed VS Code version
   fix: #2013
* ci: Adjust the workflows to match VS Code Node Version
  • Loading branch information
Jason3S authored Jun 13, 2022
1 parent 0923a5d commit 1c47754
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [17.x]
node-version: [16.x]

runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: "17.x"
versionSpec: "16.x"
displayName: "Install Node.js"

- bash: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c47754

Please sign in to comment.