Skip to content
← Back to Changelog

Friday, November 18th 2022

Node.js 18 LTS is now available

Posted by

Avatar for styfle

Steven Salat

Software Engineer

Avatar for ethanarrowood-vercel

Ethan Arrowood

Software Engineer

Avatar for chrisbarber

Chris Barber

Software Engineer

Avatar for tootallnate

Nathan Rajlich

Software Engineer

As of today, version 18 of Node.js can be selected in the Node.js Version section on the General page in the Project Settings. Newly created projects will default to this version.

The new version introduces several new features including:

  • ECMAScript RegExp Match Indices
  • Blob
  • fetch
  • FormData
  • Headers
  • Request
  • Response
  • ReadableStream
  • WritableStream
  • import test from 'node:test'

Node.js 18 includes substantial improvements to align the Node.js runtime with the Edge Runtime, including alignment with Web Standard APIs.

The exact version used today is 18.12.1 and will automatically update minor and patch releases. Therefore, only the major version (18.x) is guaranteed.

Read the documentation for more.

Post