Skip to content

Commit ea1b6f9

Browse files
Update test-cache-restore.yml
1 parent 35f0556 commit ea1b6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-cache-restore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/cache/restore@v5
5050
with:
5151
path: ${{ env.NODE_CACHE }}
52-
key: setup-node-${{ runner.os }}-${{ env.ARCH }}-node-${{ steps.setup-node.outputs.node-version }}-${{ hashFiles('**/*lock*') }}
52+
key: node-cache-${{ runner.os }}-${{ env.ARCH }}-npm-${{ hashFiles('**/package-lock.json', '**/npm-shrinkwrap.json') }}
5353

5454
- name: Install dependencies
5555
run: npm ci

0 commit comments

Comments
 (0)