mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-08 13:11:11 +00:00
improve caching documentation
This commit is contained in:
parent
56337c4255
commit
52f916cae1
2 changed files with 6 additions and 4 deletions
|
@ -55,7 +55,7 @@ jobs:
|
|||
- run: npm test
|
||||
```
|
||||
|
||||
## Caching packages dependencies
|
||||
## Caching packages data
|
||||
The action follows [actions/cache](https://github.com/actions/cache/blob/main/examples.md#node---npm) guidelines, and caches global cache on the machine instead of `node_modules`, so cache can be reused between different Node.js versions.
|
||||
|
||||
**Caching yarn dependencies:**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue