Skip to content

Commit c0eaeab

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update actions/setup-node action to v2
1 parent dd7d5e7 commit c0eaeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: 'echo ::set-output name=NVMRC::$(cat .nvmrc)'
2121
id: nvm
2222
- name: Setup node
23-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v2
2424
with:
2525
node-version: '${{ steps.nvm.outputs.NVMRC }}'
2626
- uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)