Node.js runtime now defaults to version 24 for Vercel Sandbox

Published: (January 14, 2026 at 08:00 AM EST)
1 min read

Source: Vercel Blog

Node.js Runtime Now Defaults to Version 24 in Vercel Sandbox

  • Vercel Sandbox for Node.js now uses Node.js 24 by default.
  • This keeps the runtime aligned with the latest Node.js features and performance improvements.
  • If you don’t explicitly configure a runtime, Sandbox will use Node.js 24 (as shown below).

Read the Sandbox documentation to learn more.

Back to Blog

Related posts

Read more »

Websockets with Socket.IO

This post contains a flashing gif. HTTP requests have taken me pretty far, but I’m starting to run into their limits. How do I tell a client that the server upd...

Kicking Off a New Full-Stack Project

This week, I’m starting a small full‑stack project to sharpen my frontend and backend skills. I’ll be working with JavaScript, Node.js, and a simple frontend st...