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" {