Any updates on this?
Looks like the @forge/cli
package still only supports Node major versions 18 and 20.
Via @forge/cli - npm you can see that in the currently released version, the file /@forge/cli/out/command-line/version-info.js
contains the following on line 23:
const supportedNodeMajorVersions = [18, 20];