docs: correct description of Node.js 24 support in README

This commit is contained in:
Salman Muin Kayser Chishti 2025-12-12 17:41:47 +00:00
parent ddc45ed9bc
commit e516bc8500

View file

@ -46,7 +46,7 @@ See also [download-artifact](https://github.com/actions/download-artifact).
### Node.js 24 ### 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 ## v4 - What's new