mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
update readme
This commit is contained in:
parent
de612ec12c
commit
a277bc8df4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ steps:
|
||||||
```
|
```
|
||||||
|
|
||||||
Checking latest version of Node.js:
|
Checking latest version of Node.js:
|
||||||
(By default, action searches version locally before downloading it. This flag forces action to check if local version is the latest one)
|
(By default, action searches version locally before downloading it. The flag forces action to check if cached version is not outdated)
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue