소스 검색

Merge pull request #81 from stripedpajamas/fix-azure-node

Specify node version 8.x (Azure)
Peter Squicciarini 6 년 전
부모
커밋
4cf7166a48
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      azure-pipelines.yml

+ 3 - 0
azure-pipelines.yml

@@ -2,6 +2,9 @@ pool:
   vmImage: 'vs2017-win2016'
 
 steps:
+- task: NodeTool@0 
+  inputs:
+    versionSpec: '8.x'
 - script: |
     choco install jq 
   displayName: 'install jq from choco'