Skip to content

Commit

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

Release notes: https://github.com/actions/setup-node/releases
Commits: actions/setup-node@v2.1.3...c46424e

[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 Jan 4, 2021
1 parent 8bff7a5 commit 46a92f0
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.3
uses: actions/setup-node@v2.1.4
with:
node-version: "14.x"
- name: Install Node modules
Expand Down

0 comments on commit 46a92f0

Please sign in to comment.