From f8c79f044709ae4fceddd2563daeed1a7fedbe7a Mon Sep 17 00:00:00 2001 From: Mariana Capelo Date: Tue, 17 May 2022 11:20:28 +0100 Subject: [PATCH] Update pipeline node js version --- build/azure-pipelines/os-monaco-core-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/os-monaco-core-pipeline.yml b/build/azure-pipelines/os-monaco-core-pipeline.yml index ddbce254cae95..257514f163e8f 100644 --- a/build/azure-pipelines/os-monaco-core-pipeline.yml +++ b/build/azure-pipelines/os-monaco-core-pipeline.yml @@ -19,7 +19,7 @@ stages: steps: - task: NodeTool@0 inputs: - versionSpec: "12.14.1" + versionSpec: "14.17.3" - script: | yarn - script: | @@ -37,7 +37,7 @@ stages: - deployment: Deploy displayName: 'Deploy to npm private repository and creates a git release' pool: - vmImage: 'windows-latest' + vmImage: 'windows-2019' environment: Automatic-Release strategy: runOnce: