Skip to content

Commit 9f03b62

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: 'echo ::set-output name=NVMRC::$(cat .nvmrc)'
2323
id: nvm
2424
- name: Setup node
25-
uses: actions/setup-node@v1
25+
uses: actions/setup-node@v2
2626
with:
2727
node-version: '${{ steps.nvm.outputs.NVMRC }}'
2828
- uses: bahmutov/npm-install@v1
@@ -36,7 +36,7 @@ jobs:
3636
run: 'echo ::set-output name=NVMRC::$(cat .nvmrc)'
3737
id: nvm
3838
- name: Setup node
39-
uses: actions/setup-node@v1
39+
uses: actions/setup-node@v2
4040
with:
4141
node-version: '${{ steps.nvm.outputs.NVMRC }}'
4242
- uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)