Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: bump actions/setup-node from v1.4.1 to v2.0.0 (#334)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1.4.1 to v2.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1.4.1...e434342e4e324065b1b19b24586c710a1a68d2d7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and GitHub committed Jun 3, 2020
1 parent 65dc7af commit 59c0ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
id: nvm

- name: Setup Node
uses: actions/setup-node@v1.4.1
uses: actions/setup-node@v2.0.0
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
id: nvm

- name: Setup Node
uses: actions/setup-node@v1.4.1
uses: actions/setup-node@v2.0.0
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'

Expand Down

0 comments on commit 59c0ce4

Please sign in to comment.