Skip to content

Commit

Permalink
using tag instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaddell committed Feb 13, 2022
1 parent 7ace0a8 commit dbf42ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-templates/npm-audit.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@master
- uses: actions/setup-node@v2
with:
node-version: "14"

Expand Down

0 comments on commit dbf42ce

Please sign in to comment.