Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1c219f

Browse files
authoredOct 4, 2020
ci: bump actions/setup-node from v2.1.1 to v2.1.2 (#496)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.1...c6fd00c) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4f6cbe commit c1c219f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: nvm
3535

3636
- name: Setup Node
37-
uses: actions/setup-node@v2.1.1
37+
uses: actions/setup-node@v2.1.2
3838
with:
3939
node-version: '${{ steps.nvm.outputs.NVMRC }}'
4040

0 commit comments

Comments
 (0)
Please sign in to comment.