From 0bc05a69d9dd7e0c516b37bc0287ed43b218231b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 05:48:52 +0000 Subject: [PATCH] Bump bahmutov/npm-install from v1.4.5 to v1.7.1 Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install) from v1.4.5 to v1.7.1. - [Release notes](https://github.com/bahmutov/npm-install/releases) - [Commits](https://github.com/bahmutov/npm-install/compare/v1.4.5...e1c3831377842ec4750cc6e304481ed153cf2473) 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..8da6f62 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,7 +18,7 @@ jobs: npm install -g npm npm --version - name: Install dependencies - uses: bahmutov/npm-install@v1.4.5 + uses: bahmutov/npm-install@v1.7.1 with: useLockFile: false - name: npm ls