Skip to content

Commit 3ae2aec

Browse files
authored
Merge branch 'master' into ss-v9-compat
2 parents 6756082 + 9b05382 commit 3ae2aec

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)