Inaccurate note about Node LTS
complete
H
Hunter Paulson
The docs have this note for the Node Buildpack:
Note
Long Term Support (LTS) versions of Node.js are not supported.
This is not true. Node 22.1, which is in Active LTS, is supported in the engine field of package.json. The docs also say they only support upto 21.x, which is also not true.
Sharmita Das
complete
Brian Boucheron
Thanks for the feedback! This version of the Node buildpack is now deprecated. Please see the docs for the new heroku-buildpack-nodejs buildpack here:
Thanks again!
H
Hunter Paulson
This build worked as expected.