Skip to content

Commit 79f4829

Browse files
dependabot[bot]nschonni
authored andcommitted
build(deps): bump actions/setup-node from v2.1.3 to v2.1.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) 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) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7daa828 commit 79f4829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020

2121
- name: Set up Node.js
22-
uses: actions/setup-node@v2.1.3
22+
uses: actions/setup-node@v2.1.4
2323
with:
2424
node-version: "${{ env.NODE }}"
2525

0 commit comments

Comments
 (0)