Forge CLI does not support latest Node.js LTS version

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];

3 Likes