Skip to content

Commit 44ed6cd

Browse files
dependabot[bot]devpow112
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] <[email protected]>
1 parent 7662e9d commit 44ed6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: node
2222
run: echo "##[set-output name=VERSION;]$(cat .nvmrc)"
2323
- name: Set up node
24-
uses: actions/[email protected].3
24+
uses: actions/[email protected].4
2525
with:
2626
node-version: ${{steps.node.outputs.VERSION}}
2727
- name: Set up cache

0 commit comments

Comments
 (0)