1
0
Fork 0

Use "ci" not "install" to install dependencies in actions

pull/1/head
Jonathan Clem 2019-04-19 15:46:22 -04:00
parent 3e32975625
commit 79a070cdc8
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F
1 changed files with 1 additions and 1 deletions

View File

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