diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 90b56be9ec..6e82b47da9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/package.json b/package.json index 707d518d7c..663747fcb3 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "Programming Languages" ], "engines": { - "vscode": "^1.42.0" + "vscode": "^1.43.0" }, "dependencies": { "vscode-languageclient": "^6.1.3",