Skip to content

Commit 2454ceb

Browse files
dependabot[bot]devpow112
authored andcommitted
Bump actions/setup-node from v1 to v2.1.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...321b6cc) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c14768 commit 2454ceb

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
@@ -17,7 +17,7 @@ jobs:
1717
id: configs
1818
run: echo "##[set-output name=NODE_VERSION;]$(cat .nvmrc)"
1919
- name: Setup node
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v2.1.1
2121
with:
2222
node-version: ${{ steps.configs.outputs.NODE_VERSION }}
2323
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)