mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 04:44:46 +00:00
improve caching documentation (#468)
This commit is contained in:
parent
56337c4255
commit
146c4d84a5
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