Skip to content

Commit

Permalink
chore: revert cache additions
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 27, 2023
1 parent cd126f2 commit 75c4505
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actions/cache-node-modules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ runs:
./packages/*/dist
./packages/*/types
./packages/*/node_modules
./interop/*/dist
./interop/*/node_modules
${{ inputs.directories }}
key: ${{ runner.os }}-build-${{ inputs.cache_name }}-${{ github.sha }}
- if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 75c4505

Please sign in to comment.