Bump actions/setup-node from v1 to v2.0.0

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...e434342e4e324065b1b19b24586c710a1a68d2d7)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-06-01 19:57:41 +00:00
committed by GitHub
parent 8d8ad4fc4e
commit f313f0ba42
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2.2.0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.0.0
with:
node-version: '12.x'