Removed cache for npm.

This commit is contained in:
SamTV12345 2024-02-10 14:29:06 +01:00
parent b2909a7be5
commit 370d2cb303
10 changed files with 0 additions and 69 deletions

View file

@ -23,13 +23,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
cache-dependency-path: |
src/package-lock.json
src/bin/doc/package-lock.json
-
name: Install lockfile-lint
run: npm install --no-save lockfile-lint --legacy-peer-deps
-
name: Run lockfile-lint on package-lock.json
run: >