From dfe9483b3250cfe3c0fd507f2892db677729df8f Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Mon, 8 Sep 2025 15:55:33 +0530 Subject: [PATCH] doc update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22326ca8..69bd5176 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ This action provides the following functionality for GitHub Actions users: - Enhance caching in setup-node with automatic package manager detection. > For workflows with elevated privileges or access to sensitive information, we recommend disabling automatic caching by setting `package-manager-cache: false` when caching is not needed for secure operation. -- Upgrade action to use node24. +- Upgraded action from node20 to node24. > Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [See Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) -For more detailed release notes with documntation updates and dependency upgrades, please track [release notes](https://github.com/actions/setup-node/releases/v5.0.0) +For more detailed release notes, see the full release notes on the [releases page](https://github.com/actions/setup-node/releases/v5.0.0) ## Usage