From 754210817efa7fe3f3ae2a936c5c4e01b8c5f011 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 31 May 2019 12:22:46 -0400 Subject: [PATCH] npm install instead of ci --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 0bb0f898..5d5d8473 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -5,7 +5,7 @@ workflow "CI" { action "Dependencies" { uses = "actions/npm@v2.0.0" - args = "ci" + args = "install" } action "Build" {