From 2c79587d14e1430470678d6b74c7c2cb41189181 Mon Sep 17 00:00:00 2001 From: chee Date: Wed, 20 Feb 2019 12:40:03 +0000 Subject: [PATCH] use npm ci for install deps --- .github/main.workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index b6b6cec..e9114a8 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,13 +1,13 @@ workflow "npm test" { on = "push" resolves = [ - "Publish" + "Publish", ] } action "Install dependencies" { uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680" - args = "install" + args = "ci" } action "Run tests" {