From abea85b6357b36c63a4f3e0637f6f9d977517b89 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 3 Jul 2020 09:39:23 +0200 Subject: [PATCH] ci: fix incorrect node version for pyright --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a482669c8..e2e8a9cdc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -78,6 +78,8 @@ stages: vmImage: ubuntu-latest steps: - task: UseNode@1 + inputs: + version: '12.x' - task: UsePythonVersion@0 inputs: versionSpec: '3.8'