rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

[rush] Your version of Node.js (24.11.1) has not been tested with this release of Rush.

Open eliw00d opened this issue 2 months ago • 1 comments

Summary

The UPCOMING_NODE_LTS_VERSION constant is still set to 22. Node.js 24 was released as LTS on Oct 28, 2025. Despite this and the warnings emitted, everything seems to be working as expected.

Repro steps

  1. Install Node.js 24 and run rush commands.
  2. See: Your version of Node.js (24.11.1) has not been tested with this release of Rush. Please consider installing a newer version of the "@microsoft/rush" package, or downgrading Node.js.

Expected result:

No warnings about Node.js 24 being incompatible.

Actual result:

Warnings about Node.js 24 being incompatible.

Details

Standard questions

Please answer these questions to help us investigate your issue more quickly:

Question Answer
@microsoft/rush globally installed version? 5.163.0
rushVersion from rush.json? 5.163.0
useWorkspaces from rush.json? true
Operating system? Mac
Would you consider contributing a PR? Yes
Node.js version (node -v)? 24.11.1

eliw00d avatar Dec 02 '25 19:12 eliw00d

There are deprecation warnings showing up in Node 24. I have a PR out to do start using it: https://github.com/microsoft/rushstack/pull/5379

I may have time over the next few days to revisit that, or, if someone else is interested in looking at those issues, I wouldn't mind help.

iclanton avatar Dec 03 '25 19:12 iclanton