From d9856219dc60ccab0fe31f0472770177cc3eaff0 Mon Sep 17 00:00:00 2001 From: Jong-hoon Oh Date: Tue, 29 Oct 2019 20:24:56 +0900 Subject: [PATCH] fix: add missing line 'strategy' --- .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