Skip to content

Commit

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

Updated actions/setup-node [1] from version `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 18, 2021
1 parent 0f13e87 commit d516b49
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 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 d516b49

Please sign in to comment.