1
1
mirror of https://github.com/primer/css.git synced 2024-11-11 04:00:54 +03:00

ci: run "npm ci" instead of "npm install"

This commit is contained in:
Shawn Allen 2019-02-06 11:39:59 -08:00
parent 02a2bdfb3f
commit 5b32bc6221

View File

@ -10,7 +10,7 @@ workflow "lint, test, deploy, publish" {
action "install" {
uses = "actions/npm@master"
args = "install"
args = "ci"
}
action "lint" {