mirror of
https://github.com/actions/setup-node.git
synced 2026-06-17 00:45:31 +00:00
update naming
This commit is contained in:
parent
9e36bd9ff7
commit
83c774b209
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user