From 768220a229855b0ab34c8bb198b31c635acd9d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 05:48:55 +0000 Subject: [PATCH] Bump actions/setup-node from v2.1.2 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.2...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fb5b07a..9745ccc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v2.1.5 with: node-version: ${{ matrix.node-version }} - name: Update npm