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:
parent
9e36bd9ff7
commit
83c774b209
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue