11
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2026-05-23 21:01:54 +00:00

update naming

This commit is contained in:
priya-kinthali 2026-05-21 12:45:49 +05:30
parent 9e36bd9ff7
commit 83c774b209

View file

@ -329,7 +329,7 @@ steps:
- run: npm test
```
**Restore-Only Cache:**
**Restore-only cache**
You can restore caches without saving new entries, which helps reduce cache writes and storage usage in read-only cache workflows.
@ -373,7 +373,7 @@ steps:
> For more details related to cache scenarios, please refer [actions/cache/restore](https://github.com/actions/cache/tree/main/restore#only-restore-cache).
## Multiple Operating Systems and Architectures
## Multiple operating systems and architectures
```yaml
jobs: