Nodejs 24 Compatibility

There was a publication about use Node24 on forge apps.

But when I try to use it i got some warnings, is that ok? can I use node24?

Screenshot from 2026-01-28 10-51-38

1 Like

The runtime supports Node 24, but not yet the Forge CLI.

2 Likes

New version of the CLI now handles this: https://developer.atlassian.com/platform/forge/changelog/#CHANGE-3027

While running forge tunnel on Node.js 24, the Forge CLI emits a Node deprecation warning:

[DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.

The stack trace points to http-proxy used internally by the Forge CLI. This doesn’t seem to affect functionality, flagging for awareness and hoping it gets sorted in the future with planned updates.

1 Like