build(deps): bump actions/setup-node from v2.1.2 to v2.1.3

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-11 05:22:28 +00:00 коммит произвёл Mark Lee
Родитель 201c1377c1
Коммит 975926acf7
1 изменённых файлов: 3 добавлений и 3 удалений

6
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -30,7 +30,7 @@ jobs:
run: git config --global core.autocrlf input
- uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.3
with:
node-version: 10.x
- name: Determine Yarn cache
@ -94,7 +94,7 @@ jobs:
sudo apt-get install -y --no-install-recommends snapcraft flatpak-builder elfutils
ci/install_runtimes.sh
- name: Use Node.js 10.x
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.3
with:
node-version: 10.x
- name: Determine Yarn cache
@ -149,7 +149,7 @@ jobs:
# steps:
# - uses: actions/checkout@v1
# - name: Use Node.js 12.x
# uses: actions/setup-node@v2.1.2
# uses: actions/setup-node@v2.1.3
# with:
# node-version: 12.x
# - name: Cache node_modules