Skip to content

Commit

Permalink
Merge pull request #12 from yoyo930021/upgrade-vscode-version
Browse files Browse the repository at this point in the history
Upgrade required vscode version to 1.42.0
  • Loading branch information
yoyo930021 authored Jun 6, 2020
2 parents 07697fc + 7b50377 commit fbba02e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ steps:

- task: NodeTool@0
inputs:
versionSpec: '8.x'
versionSpec: '12.x'
checkLatest: true
displayName: 'Install Node.js'

# Don't use latest yarn 1.19 — Azure DevOps run into https://github.com/yarnpkg/yarn/issues/7584
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3
displayName: 'Use Yarn 1.17.3'
displayName: 'Use Yarn 1.22.4'
inputs:
versionSpec: 1.17.3
versionSpec: 1.22.4

- bash: yarn install
displayName: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Programming Languages"
],
"engines": {
"vscode": "^1.42.0"
"vscode": "^1.43.0"
},
"dependencies": {
"vscode-languageclient": "^6.1.3",
Expand Down

0 comments on commit fbba02e

Please sign in to comment.