Skip to content

Commit

Permalink
It is not recommended to cache node_modules (#537)
Browse files Browse the repository at this point in the history
According to the docs of this repo, so the example should not show it
  • Loading branch information
Robert Stoll authored and GitHub committed Feb 17, 2021
1 parent 26968a0 commit 4134e6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
path: |
~/cache
!~/cache/exclude
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
```
Expand Down

0 comments on commit 4134e6d

Please sign in to comment.