diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fb5b07a..f975b4c 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.8 with: useLockFile: false - name: npm ls