1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 18:35:51 +00:00

update readme

This commit is contained in:
Maxim Lobanov 2020-06-29 19:19:29 +03:00
parent de612ec12c
commit a277bc8df4

View file

@ -42,7 +42,7 @@ steps:
```
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
steps:
- uses: actions/checkout@v2