1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-06-08 04:58:19 +02:00

improve caching documentation (#468)

This commit is contained in:
Dmitry Shibanov 2022-04-18 16:15:27 +02:00 committed by GitHub
parent 56337c4255
commit 146c4d84a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -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:**