From 72582b9e0acd370909e83fa4a1fd0fca3ad452d8 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Fri, 12 Dec 2025 17:39:35 +0000 Subject: [PATCH] doc: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec756ca..289b652 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ See also [upload-artifact](https://github.com/actions/upload-artifact). ### Node.js 24 -This release updates the runtime to Node.js 24. v5 had preliminary support for Node 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. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. ## v5 - What's new