Node 24 Support on Vercel

I am trying to build a project that uses Node 24, it looks like this is not supported on Vercel yet

For example, trying to use the new URLPattern API made available in Node 24 errors out

ReferenceError: URLPattern is not defined


Was hoping to at least raise this to get an idea of when it might be available.

Hi, @thescientist13! Welcome to the Vercel Community :waving_hand:

I’ll follow up to get an update on when Node 24 will be available. Based on internal discussions earlier this year, support for Node 24 likely won’t roll out until later this year. Please note that this timeline is tentative and subject to change.

I did check with v0, and it recommended that you can use a polyfill. i.e. install the urlpattern-polyfill package:

npm install urlpattern-polyfill

Then import it at the top of your file:

import 'urlpattern-polyfill';

That might be a workaround for now, whilst we get updates.

3 Likes

Thanks @pawlean , would very much be interested in knowing when that support will roll out.

Was wondering if there are any updates on this or news on when we can get an update? Thanks.

2 Likes

We’re working with upstream providers to enable version 24. I expect that will be available in November

5 Likes

great, thanks for the update @amyegan !

2 Likes

+1 for Node v24 support.

Recently tried doing a build for a static website and Vercel CLI said Node v24 wasn’t supported.

Node v24.11 has just went into LTS mode, so we’d love to see v24 supported asap.

Thanks! :slight_smile:

will there be a beta ?

+1

Does anyone know when available if the Terraform provider will allow us to set it from the get go? Or will we have to wait for the provider to be updated?

It’s not widely available yet, but we are working on the upgrade and testing the whole process.

We’ll post an update here and in the changelog when it’s ready for you to try :smiley:

1 Like

+1 to adding Node 24 support. Can I join the early invite list for this? Thanks!

1 Like

+1
Also waiting for this update of supporting Node 24, would be awesome to have it soon :call_me_hand:

@pawlean How much longer until node 24.x support is available? v24 has been the new LTS for two weeks now. I can understand not supporting it prior to LTS, but we’re here now, and have been for a bit. Or is Vercel waiting for AWS Lambda support? (I see AWS is targeting “November 2025” to deliver node 24 support: Lambda runtimes - AWS Lambda)

Just bumping this. Eagerly waiting on the current LTS version of Node to be supported.

We cannot commit the exact date unfortunately, but all we can say is very soon! :slight_smile:

Hi folks, just wanted to let you know that we are planning to enable Node.js v24 very very soon. :slight_smile:

Node.js 24 LTS is now generally available for builds and functions.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.