From 983d78bc8be885653b6b866a305109ba082c4c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 06:43:32 +0000 Subject: [PATCH] Bump bahmutov/npm-install from v1.4.5 to v1.7.3 Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install) from v1.4.5 to v1.7.3. - [Release notes](https://github.com/bahmutov/npm-install/releases) - [Commits](https://github.com/bahmutov/npm-install/compare/v1.4.5...05e8473784c1ee3ea2d561a2537d46656720e7b5) 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..b847ecc 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.3 with: useLockFile: false - name: npm ls