⚠️ Security release pre-alert: The Node.js project will release new versions of the 26.x, 24.x, 22.x
releases lines on or shortly after, Wednesday, June 17, 2026 in order to address one or more security issues, the highest severity is HIGH.
Details: nodejs.org/en/blog/vulnerabi…
Guess who's back? 👀
Node.js Interactive returns at RenderATL 2026.
Join maintainers, contributors, and developers for two days of talks on Node.js performance, security, AI tooling, infrastructure, and the real world challenges of running JavaScript at scale.
See you in Atlanta. Details: openjsf.org/blog/nodejs-inte…
Are you currently hiring for a role that includes using Node.js? Reply with a link to the opening and any relevant context.
If you're not, we'd appreciate a repost for visibility 💚
Node.js 26.3.0 is out with a bunch of various fixes, and a new `process.permission.drop()` API (shoutout to @_rafaelgss)
Full changelog and download links: nodejs.org/en/blog/release/v…
Tomorrow. One hour. Two members of the Node.js Technical Steering Committee.
Matteo Collina (TSC Chair) and Marco Ippolito (TSC & HeroDevs Engineer) join HeroDevs' Javier Perez to talk Node 20 EOL, the path to Node 27 LTS, and how the project is handling a flood of AI-generated CVE reports — plus what to do if you can't migrate off Node 20 yet.
Live Q&A included.
📅 May 27, 2026 | 11:00 AM EST | Free registration
Register → herodevs.com/from-node-20-eo…#NodeJS#OpenSource#EndOfLife#DevSecOps#JavaScript#HeroDevs
Another day, another Node.js release 😎
Node.js 24.16.0 is out! A few test runner features, `randomUUIDv7`, plus many more bug fixes and small improvements.
Full changelog and download links: nodejs.org/en/blog/release/v…
Node.js 26.2.0 is out! ✨
`stream.compose` is now stable, `node:fs` integrates with the new `Temporal` API, and a fair load of bug fixes.
Full changelog and download: nodejs.org/en/blog/release/v…
Do you use Node.js on Alpine Linux? While the Node.js project publishes Alpine containers to dockerhub it is currently an "experimental" platform and does not have the same guarantees as other platforms.
We are looking for volunteers to help us bring Alpine to "Tier 2" where it would be built and released through the normal CI process.
If you can help, let us know: bit.ly/4v03NiW
⚠️ Node.js 20 is officially End-of-Life.
Staying on an unsupported version introduces significant security risks, but we know migration takes time. Join members of the Node.js Technical Steering Committee Matteo Collina and Marco Ippolito as we discuss how to navigate this transition safely.
We’ll cover:
✅ The logic behind the new release cadence leading to Node 27.
✅ How the project is defending against the surge of AI-generated CVE reports.
✅ Support options for those unable to migrate off Node 20 immediately.
Don’t leave your production environment to chance. Hear directly from the maintainers.
📅 May 27 | 11:00 AM EST
👉 Register for the live session: bit.ly/4tzcAqE
Node.js 26.1.0 is out, with a new `node:ffi` module, `crypto.randomUUIDv7()`, and many more features and bug fixes.
Full changelog and download links: nodejs.org/en/blog/release/v…
Node.js v26.0.0 is out 💚
Temporal API enabled by default, V8 14.6, Undici 8, and key deprecations as we keep modernizing the platform.
Check it out nodejs.org/en/blog/release/v…
Are you currently hiring for a role that includes using Node.js? Reply with a link to the opening and any relevant context.
If you're not, we'd appreciate a repost for visibility 💚
The 2026 Node.js London Collaboration Summit trip report is officially live! 🚀
We gathered 50 contributors to discuss the biggest technical shifts coming to the runtime. Here’s what’s on the horizon:
🗓️ Versioning Change: Starting with v27, Node.js version numbers will align with the calendar year.
🌀 New Streams API: A more efficient, unified way to handle streams using modern async iterators.
💾 Node VFS: A proposal for a native Virtual File System (node:vfs) for better SEAs and testing.
⚖️ AI Governance: Evolving our processes to handle the rise of AI-generated code and security reports.
Big thanks to Bloomberg for hosting! 🇬🇧
Check out the full recap and recordings here:
nodejs.org/en/blog/events/co…
Are you currently hiring for a role that includes using Node.js? Reply with a link to the opening and any relevant context.
If you're not, we'd appreciate a repost for visibility 💚
⚠️ Update: The Node.js project's security bug bounty program is being paused.
Reporting remains unchanged, and so does our commitment to security.
More details here: nodejs.org/en/blog/announcem…
Can a hash be both HashDoS resistant *and* quickly reversible? That's the puzzle we had to tackle in V8 for the March 2026 Node.js security release.
For details, check out our blog post (with the math for the curious!)
For a quick overview, 🧵 below
nodejs.org/en/blog/vulnerabi…
With a security release deadline to meet, we interleaved the hash exploration, statistical evaluation, V8 implementation, and performance testing during the development. More details in the blog post.
The fix has been merged into V8 and can be enabled via `v8_enable_seeded_array_index_hash`. It has been shipped to Node.js v25, v24, v22, and v20 via the March 2026 security release.
Upgrade now to to protect your applications from this vulnerability!