From e516bc8500aaf3d07d591fcd4ae6ab5f9c391d5b Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Fri, 12 Dec 2025 17:41:47 +0000 Subject: [PATCH] docs: correct description of Node.js 24 support in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69dffba..7b535ee 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ See also [download-artifact](https://github.com/actions/download-artifact). ### Node.js 24 -This release updates the runtime to Node.js 24. v6 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. +This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. ## v4 - What's new