Skip to content

Commit

Permalink
Bump actions/setup-node from v2.1.4 to v2.1.5 (#69)
Browse files Browse the repository at this point in the history
Bumped actions/setup-node [1] from v2.1.4 to v2.1.5.

Release notes: https://github.com/actions/setup-node/releases
Commits: actions/setup-node@v2.1.4...46071b5

[1]: https://github.com/actions/setup-node

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sven Greb <development@svengreb.de>
  • Loading branch information
dependabot[bot] and svengreb committed Mar 1, 2021
1 parent 46a92f0 commit 14a9108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: "Setup Node.js version 14.x"
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.1.5
with:
node-version: "14.x"
- name: Install Node modules
Expand Down

0 comments on commit 14a9108

Please # to comment.