From 8e494633d082d609d1e9ff931be32f8a44f1f657 Mon Sep 17 00:00:00 2001 From: Panashe Fundira <5841072+munyari@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:08:53 -0500 Subject: [PATCH] Fix README typo (#1226) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebed5813..aad5a82a 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ steps: - run: npm test ``` -The `node-version` input is optional. If not supplied, the node version from PATH will be used. However, it is recommended to always specify Node.js version and don't rely on the system one. +The `node-version` input is optional. If not supplied, the node version from PATH will be used. However, it is recommended to always specify Node.js version and not rely on the system one. The action will first check the local cache for a semver match. If unable to find a specific version in the cache, the action will attempt to download a version of Node.js. It will pull LTS versions from [node-versions releases](https://github.com/actions/node-versions/releases) and on miss or failure will fall back to the previous behavior of downloading directly from [node dist](https://nodejs.org/dist/).