From dbf42ce60c41743b676ee0d3779253b954e73cc0 Mon Sep 17 00:00:00 2001 From: Michael Waddell Date: Sun, 13 Feb 2022 13:13:47 -0600 Subject: [PATCH] using tag instead of master --- workflow-templates/npm-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/npm-audit.yml b/workflow-templates/npm-audit.yml index bf0ad21..31f20c1 100644 --- a/workflow-templates/npm-audit.yml +++ b/workflow-templates/npm-audit.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@master + - uses: actions/setup-node@v2 with: node-version: "14"