Skip to content

Commit

Permalink
When cache-node-modules, restore only exact key
Browse files Browse the repository at this point in the history
  • Loading branch information
benpbolton committed Sep 5, 2024
1 parent 9e6b232 commit 68767ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ runs:
with:
path: ${{ inputs.working-directory }}/node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles( env.CACHE_DEPENDENCY_PATH ) }}
restore-keys: |
${{ runner.os }}-node_modules-${{ hashFiles( env.CACHE_DEPENDENCY_PATH ) }}

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 68767ab

Please sign in to comment.