From d7e28ec49647a37748dd2aba24e8419a5ffaf238 Mon Sep 17 00:00:00 2001 From: hoonoh Date: Tue, 29 Oct 2019 20:25:57 +0900 Subject: [PATCH] fix: add missing line 'strategy' (#20) --- .azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 781f133d..63e82a17 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -11,6 +11,7 @@ jobs: condition: eq(variables['Build.SourceBranch'], 'refs/tags/latest') pool: vmImage: ubuntu-16.04 + strategy: matrix: node_10_x: node_version: 10.x