Skip to content

Commit f8837b7

Browse files
committed
ci: cache node-versions file
1 parent f1c1ed0 commit f8837b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/cache@v3
5050
with:
5151
path: ${{ env.NVE_CACHE }}
52-
key: ${{ runner.os }}-nodejs-${{ hashFiles('tests/index.ts') }}
52+
key: ${{ runner.os }}-nodejs-${{ hashFiles('tests/utils/node-versions.ts') }}
5353
restore-keys: ${{ runner.os }}-nodejs-
5454

5555
- name: Test

0 commit comments

Comments
 (0)