1
0
mirror of https://github.com/actions/setup-node.git synced 2025-04-04 10:29:32 +08:00

npm install instead of ci

This commit is contained in:
Danny McCormick 2019-05-31 12:22:46 -04:00
parent caa2ca642d
commit 754210817e

View File

@ -5,7 +5,7 @@ workflow "CI" {
action "Dependencies" {
uses = "actions/npm@v2.0.0"
args = "ci"
args = "install"
}
action "Build" {