Skip to content

Commit

Permalink
Merge pull request #2 from sanders41/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-v2.1.5

Bump actions/setup-node from v2.1.2 to v2.1.5
  • Loading branch information
sanders41 committed Mar 17, 2021
2 parents be447a6 + 3b16e5d commit b788305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node env
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.5
with:
node-version: 15

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node env
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.5
with:
node-version: 15

Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup node env
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.5
with:
node-version: 15

Expand Down

0 comments on commit b788305

Please sign in to comment.