From d4a60e1f0f6ce6162206edc446ac9cf7f47b6fd1 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 25 Feb 2019 21:51:33 -0800 Subject: [PATCH] revert --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 15afd44..d7a7af6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ pool: steps: - task: NodeTool@0 inputs: - versionSpec: '10.x'wan + versionSpec: '10.x' displayName: 'Install Node.js' - script: |