Skip to content

Commit 9b05382

Browse files
authored
Update cache hashing (firebase#202)
1 parent fcad62c commit 9b05382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/cache@v1
2525
with:
2626
path: ~/.npm
27-
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
27+
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package.json') }}
2828

2929
- name: Install dependencies
3030
run: |

0 commit comments

Comments
 (0)