Skip to content

Commit

Permalink
Bump actions/setup-node from 2.1.5 to 2.4.1 (#103)
Browse files Browse the repository at this point in the history
Update `actions/setup-node` GitHub Action version from 2.1.5 to 2.4.1

Updated GitHub Action `actions/setup-node` [1] from 2.1.5 to 2.4.1.

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

[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 authored Nov 16, 2021
1 parent eecbc52 commit b8b906c
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 @@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: "Setup Node.js version 15"
uses: actions/setup-node@v2.1.5
uses: actions/setup-node@v2.4.1
with:
node-version: "15"
- name: Install Node modules
Expand Down

0 comments on commit b8b906c

Please sign in to comment.