Bump actions/setup-node from v2.1.3 to v2.1.4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.3...c46424eee26de4078d34105d3de3cc4992202b1e)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-17 06:56:12 +00:00 committed by GitHub
parent 05db9e2bd7
commit 1b4229159f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
tag-schedule: weekly
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.3
uses: actions/setup-node@v2.1.4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci