Skip to content

Commit c378107

Browse files
committed
Update caching policy.
1 parent cc591d1 commit c378107

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/bnf-jest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
28-
cache-dependency-path: bnf/package-lock.json
2928

3029
- name: dependencies
3130
working-directory: bnf
@@ -57,7 +56,6 @@ jobs:
5756
with:
5857
node-version: ${{ env.NODE_LATEST_VERSION }}
5958
cache: 'npm'
60-
cache-dependency-path: bnf/package-lock.json
6159

6260
- name: version
6361
working-directory: bnf

0 commit comments

Comments
 (0)