Node.js: LTS Release and API Improvements

Node.js released version 22.22.3 LTS with 63 bug fixes and security updates, while Node-API gained SharedArrayBuffer support for TypedArrays. Additional commits included documentation updates and minor bug fixes.

Duration: PT1M42S

Episode overview

This episode is a short developer briefing from Node.js.

It explains recent repository work in plain language.

  • Show: Node.js
  • Published: 2026-05-14T10:01:41Z
  • Audio duration: PT1M42S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is your Node.js developer briefing for May 14th, 2026.

Marco Ippolito merged the release of Node.js version 22.22.3 'Jod' LTS. This substantial release addresses 63 linked issues with changes across 899 files, including crypto security fixes and updated root certificates to NSS 3.121. The release represents a significant maintenance update for the long-term support branch.

Yilong Li merged improvements to Node-API, adding SharedArrayBuffer support to napi_create_typedarray. This change aligns TypedArray behavior with DataView APIs, which already supported SharedArrayBuffer, eliminating an inconsistency in Node-API functionality.

ChrisJr404 merged documentation updates for Temporal configure flags in BUILDING.md. The changes clarify that Temporal support is now enabled by default and document the available configuration options for developers.

The Node.js GitHub Bot merged a collaborator transition to emeritus status, while Daijiro Wachi merged a simple typo fix correcting "idenity" to "identity" in the encoding module.

Additional commits included validator message fixes and the formal LTS release commit, bringing the total activity to eleven merged changes.

Nearby episodes from Node.js

  1. Stream Performance and Stability Updates
  2. Weekly Recap - Streams Performance & HTTP Protocol Enhancements
  3. Debugger and Streaming Improvements
  4. Stream Performance and Backpressure Fixes
  5. macOS Security and Build Improvements
  6. Test Runner Tags and Debugger Improvements
  7. Documentation Cleanup and Large PR Guidelines
  8. WebAssembly Exception Fix and Platform Updates