Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 7d7f240

Browse files
committed
chore(deps): update actions/setup-node action to v2
1 parent 390a619 commit 7d7f240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
2020
id: nvm
2121
- name: Install required Node.js version
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v2
2323
with:
2424
node-version: "${{ steps.nvm.outputs.NVMRC }}"
2525
- name: Get Yarn cache directory path

0 commit comments

Comments
 (0)