Use "ci" not "install" to install dependencies in actions
This commit is contained in:
@@ -5,7 +5,7 @@ workflow "CI" {
|
||||
|
||||
action "Dependencies" {
|
||||
uses = "actions/npm@v2.0.0"
|
||||
args = "install"
|
||||
args = "ci"
|
||||
}
|
||||
|
||||
action "Format" {
|
||||
|
||||
Reference in New Issue
Block a user