It is not recommended to cache node_modules (#537)

According to the docs of this repo, so the example should not show it
pull/554/head
Robert Stoll 4 years ago committed by GitHub
parent 26968a09c0
commit 4134e6de47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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') }}
```

Loading…
Cancel
Save