build(deps): Bump actions/setup-node from v2.1.0 to v2.1.1

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.0 to v2.1.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.0...321b6ccb03083caa2ad22b27dc4b45335212e824)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-22 06:06:43 +00:00 committed by GitHub
parent 2abfb5d205
commit e49fb97a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-python@v2.1.1
with:
python-version: '3.8'
- uses: actions/setup-node@v2.1.0
- uses: actions/setup-node@v2.1.1
with:
node-version: '12.x'
if: "matrix.testenv == 'eslint'"