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:
parent
02a2bdfb3f
commit
5b32bc6221
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -10,7 +10,7 @@ workflow "lint, test, deploy, publish" {
|
||||
|
||||
action "install" {
|
||||
uses = "actions/npm@master"
|
||||
args = "install"
|
||||
args = "ci"
|
||||
}
|
||||
|
||||
action "lint" {
|
||||
|
Loading…
Reference in New Issue
Block a user