mirror of
https://github.com/actions/setup-node
synced 2025-04-04 08:05:50 +00:00
npm install instead of ci
This commit is contained in:
parent
caa2ca642d
commit
754210817e
1 changed files with 1 additions and 1 deletions
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
|
@ -5,7 +5,7 @@ workflow "CI" {
|
|||
|
||||
action "Dependencies" {
|
||||
uses = "actions/npm@v2.0.0"
|
||||
args = "ci"
|
||||
args = "install"
|
||||
}
|
||||
|
||||
action "Build" {
|
||||
|
|
Loading…
Add table
Reference in a new issue