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.