Skip to content

Commit 437a964

Browse files
committed
fix actions cache
1 parent a45478c commit 437a964

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/audit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/setup-node@v2
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
cache: 'npm'
28-
cache-dependency-path: |
29-
package-lock.json
27+
# cache: 'npm'
28+
# cache-dependency-path: |
29+
# package-lock.json
3030

3131
- name: Install dependencies
3232
# - run: npm ci # need package.json.lock

0 commit comments

Comments
 (0)