From f7f202971f26dc6c0fcfadbeba59d1af24aa242f Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Tue, 30 Jun 2020 14:23:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f431807..65ed076e 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ In the basic example above, the `check-latest` flag defaults to `false`. When se If `check-latest` is set to `true`, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a version of Node will then be downloaded. Set `check-latest` to `true` it you want the most up-to-date version of Node to always be used. +> Setting `check-latest` to `true` has performance implications as downloading versions of Node is slower than using cached versions + ```yaml steps: - uses: actions/checkout@v2