From f27d68f4aa230fa2665d10b182cad95726a78bf8 Mon Sep 17 00:00:00 2001
From: Shawn Erquhart <shawn@erquh.art>
Date: Thu, 28 Mar 2019 15:33:58 -0400
Subject: [PATCH] chore: fix azure config

---
 azure-pipelines.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c05181ea..db34eed9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -7,11 +7,11 @@ pool:
   vmImage: 'Ubuntu-16.04'
 
 strategy:
-matrix:
-  node_8_x:
-    node_version: 8.x
-  node_10_x:
-    node_version: 10.x
+  matrix:
+    node_8_x:
+      node_version: 8.x
+    node_10_x:
+      node_version: 10.x
 
 steps:
 - task: NodeTool@0