From 75a13c644a5fb1261acc270f40ba495f404030a6 Mon Sep 17 00:00:00 2001 From: l198881 <82917144+l198881@users.noreply.github.com> Date: Tue, 18 May 2021 08:15:20 -0300 Subject: [PATCH] Update azure-pipelines-1.yml (#3) --- azure-pipelines-1.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 6c5ae33..a5fd0ba 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -8,12 +8,12 @@ trigger: - main pool: - vmImage: ubuntu-latest + vmImage: ubuntu-latest-v22 steps: -- task: NodeTool@0 +- task: NodeTool@1 inputs: - versionSpec: '10.x' + versionSpec: '12.x' displayName: 'Install Node.js' - script: |