Skip to content

Commit 53a6866

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(action): update actions/setup-node action to v3
1 parent 3fa51be commit 53a6866

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@v2
25+
uses: actions/setup-node@v3
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@v2
39+
uses: actions/setup-node@v3
4040
with:
4141
node-version: ${{ steps.nvm.outputs.NVMRC }}
4242
- uses: bahmutov/npm-install@v1

0 commit comments

Comments
 (0)