Skip to content

Commit

Permalink
ci: cache node-versions file
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 22, 2023
1 parent f1c1ed0 commit f8837b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ env.NVE_CACHE }}
key: ${{ runner.os }}-nodejs-${{ hashFiles('tests/index.ts') }}
key: ${{ runner.os }}-nodejs-${{ hashFiles('tests/utils/node-versions.ts') }}
restore-keys: ${{ runner.os }}-nodejs-

- name: Test
Expand Down

0 comments on commit f8837b7

Please sign in to comment.