From eb8fb54e83cd1a883f66ea5e065a0cf02049eee5 Mon Sep 17 00:00:00 2001
From: Danny McCormick <damccorm@microsoft.com>
Date: Fri, 7 Jun 2019 16:21:57 -0400
Subject: [PATCH] Install instead of ci to avoid reinstalling tarballs

---
 .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