From 55574828194952796be5f3be954a8621f74274b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 22:56:35 +0000 Subject: [PATCH] Bump bahmutov/npm-install from 1.4.5 to 1.8.29 Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install) from 1.4.5 to 1.8.29. - [Release notes](https://github.com/bahmutov/npm-install/releases) - [Commits](https://github.com/bahmutov/npm-install/compare/v1.4.5...v1.8.29) --- updated-dependencies: - dependency-name: bahmutov/npm-install dependency-type: direct:production update-type: version-update:semver-minor ... 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 510141f..0fa68a3 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.8.29 with: useLockFile: false - name: npm ls