From c099c13b3bcdf637894e001d2929242e906e3d0e Mon Sep 17 00:00:00 2001
From: Danny McCormick <damccorm@microsoft.com>
Date: Fri, 7 Jun 2019 16:33:47 -0400
Subject: [PATCH] Update main.workflow.yml

---
 .github/main.workflow.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/main.workflow.yml b/.github/main.workflow.yml
index 823d4be2..7d3a990d 100644
--- a/.github/main.workflow.yml
+++ b/.github/main.workflow.yml
@@ -13,8 +13,8 @@ jobs:
       with:
         version: 10.x
 
-    - name: npm ci
-      run: npm ci
+    - name: npm install
+      run: npm install
 
     - name: Lint
       run: npm run format-check