mirror of
https://github.com/actions/setup-node.git
synced 2025-11-07 04:56:55 +00:00
doc update
This commit is contained in:
parent
34431ccdfd
commit
93b1fb7d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ jobs:
|
||||||
- run: npm install
|
- run: npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note**: Using a restore-only cache avoids redundant writes to the cache, which can reduce workflow time and minimize cache storage usage, as referenced in cache scenarios for [Node – npm](https://github.com/actions/cache/blob/main/examples.md#node---npm).
|
> For more details related to cache scenarios, please refer [Node – npm](https://github.com/actions/cache/blob/main/examples.md#node---npm).
|
||||||
|
|
||||||
## Multiple Operating Systems and Architectures
|
## Multiple Operating Systems and Architectures
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue