Bump actions/setup-node from v1.1.2 to v2.1.5 (#63)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-04-30 01:37:26 +02:00
committed by GitHub
parent eb3b65558f
commit f5fb591ebf

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.2 - uses: actions/setup-node@v2.1.5
with: with:
node-version: 12.x node-version: 12.x
- run: yarn - run: yarn