From 580336d331cfdd55dbec0775ffdcbd0be37bde26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:10:30 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 2.1.1 to 2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.1 to 2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.1...v2.1.5) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7aa6cc5ab..62137cc736 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v2.1.5 with: node-version: ${{ matrix.node-version }} - run: npm install @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js 13.x - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v2.1.5 with: node-version: 13.x - run: npm install