Skip to content
← Back to Changelog

Monday, March 25th 2024

Node.js v20 LTS is now generally available

Posted by

Avatar for ofhouse

Felix Haus

Software Engineer

Avatar for janosszathmary-vercelcom

Janos Szathmary

Software Engineer

Avatar for seanmassa-vercelcom

Sean Massa

Software Engineer

Avatar for tootallnate

Nathan Rajlich

Software Engineer

Avatar for healeycodes

Andrew Healey

Software Engineer

Avatar for gargisharma-vercelcom

Gargi Sharma

Software Engineer

Node.js 20 is now fully supported for Builds and Vercel Functions. You can select 20.x in the Node.js Version section on the General page in the Project Settings. The default version for new projects is now Node.js 20.

Node.js 20 offers improved performance and introduces new core APIs to reduce the dependency on third-party libraries in your project.

The exact version used by Vercel is 20.11.1 and will automatically update minor and patch releases. Therefore, only the major version (20.x) is guaranteed.

Read the documentation for more.

Post