From eeb1aceb1be9abf5fcf7ef99d82b8a4d507d529d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 17:40:11 +0000 Subject: [PATCH] Bump actions/setup-node from 2.4.0 to 2.4.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 19205bd70268..966c0bffba7d 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -955,7 +955,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Use Node.js 14 - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v2.4.1 with: node-version: '14' - name: Install NPM dependencies