diff --git a/.github/main.workflow b/.github/main.workflow index deebb9c..c76033c 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,8 +1,8 @@ workflow "New workflow" { - resolves = ["Node.js Audit"] on = "pull_request" + resolves = ["Node.js NPM Install"] } -action "Node.js Audit" { +action "Node.js NPM Install" { uses = "italoacasas/action-nodejs-audit@1.0.3" }