Question

App Platform Node Build Pack can't use node version 18+

I’m trying to use nodejs 18.x.x on the app platform but can’t. Is the buildpack limited to nodejs 16/17?

If so when will it be updated to support 18+?

Show comments

Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Kamal Nasser
DigitalOcean Employee
DigitalOcean Employee badge
February 27, 2023
Pinned Answer

Hello folks, I wanted to provide a update on this. This is a very high priority for us given the EOL timelines.

The reason Node v18 is not supported with Buildpack builds currently is because it requires Ubuntu 20.04 or higher (due to an underlying version requirement on the glibc dependency) while our buildpack build system is based on Ubuntu 18.04.

This is taking longer than it sounds like it should because we need to upgrade the entire Buildpack build system to a newer version of Ubuntu before we can add support for Node v18. Ubuntu 18.04 also reaches end of life in April, 2023 so I promise we are doing our best to get this done ASAP.

I know this isn’t the update everyone has been looking for, but I’m hoping we’ll have better news for you soon.

We will post another update here once this is available and also on the official changelog at https://docs.digitalocean.com/products/app-platform/#latest-updates.

Gatsby v5 requires Node 18. This needs to be addressed soon.

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.

Node.js v18.x.x is still not supported in App Platform while buildpack supports it since may 2022. Moreover v18.x.x is the active and LTS version since october 2022. Adding support of v18.x.x would be highly appreciated ! I know I can use a Dockerfile, but I use App Platform precisely so as not to have to deal with this kind of thing.