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: |