From f07f4e21080c16935b70cff7545454dcbe94fb37 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 25 Feb 2019 21:54:48 -0800 Subject: [PATCH] getting rid of some typo --- azure-pipelines.pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.pr.yml b/azure-pipelines.pr.yml index 625c73e..a66cc30 100644 --- a/azure-pipelines.pr.yml +++ b/azure-pipelines.pr.yml @@ -11,7 +11,7 @@ pool: steps: - task: NodeTool@0 inputs: - versionSpec: '10.x'wan + versionSpec: '10.x' displayName: 'Install Node.js' - script: |