Skip to content

Commit

Permalink
use npm ci for install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 20, 2019
1 parent 6af57e0 commit 2c79587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/main.workflow
@@ -1,13 +1,13 @@
workflow "npm test" {
on = "push"
resolves = [
"Publish"
"Publish",
]
}

action "Install dependencies" {
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
args = "install"
args = "ci"
}

action "Run tests" {
Expand Down

0 comments on commit 2c79587

Please sign in to comment.