[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Feedback](/c/feedback/8)

# Node 24 Support on Vercel

2051 views · 15 likes · 17 posts


thescientist13 (@thescientist13) · 2025-06-07

<!-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand the problem! -->

<!-- Current versus Expected behavior -->

I am trying to build a project that uses Node 24, it looks like this is not supported on Vercel yet
https://vercel.com/docs/functions/runtimes/node-js/node-js-versions

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.


Pauline P. Narvas (@pawlean) · 2025-06-09 · ♥ 3

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.


thescientist13 (@thescientist13) · 2025-06-17

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


Dragan Okanovic (@abstractalgo) · 2025-08-14 · ♥ 2

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


Amy Egan (@amyegan) · 2025-09-24 · ♥ 5

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


thescientist13 (@thescientist13) · 2025-09-25 · ♥ 2

great, thanks for the update @amyegan !


Alex (@costpal-app) · 2025-11-02

+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:


Davecarlson (@davecarlson) · 2025-11-05

will there be a beta ?


Tjsousa (@tjsousa) · 2025-11-05

+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?


Amy Egan (@amyegan) · 2025-11-05 · ♥ 1

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](https://vercel.com/changelog) when it’s ready for you to try :smiley:


Timefox (@markbula) · 2025-11-11 · ♥ 1

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


Hadas Kaltura (@hadas-kaltura) · 2025-11-12

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


Mike Post (@mpost-hai) · 2025-11-12

@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: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-future)


Michael Burton Ray (@michaelburtonray) · 2025-11-21

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


Swarnava Sengupta (@swarnava) · 2025-11-22

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


Swarnava Sengupta (@swarnava) · 2025-11-24

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


Swarnava Sengupta (@swarnava) · 2025-11-25 · ♥ 1

[Node.js 24 LTS is now generally available for builds and functions](https://vercel.com/changelog/node-js-24-lts-is-now-generally-available-for-builds-and-functions).