Node.js runtime version for already deployed functions

Can I see somewhere what Node version my function currently uses?

:thinking: i am not a functions expert, but i think it would be either the default node version OR if you are setting a specific version via the instructions here:

unless i am misunderstanding?

1 Like

Here’s an example of how Google shows it:

On Netlify, we only have function names available to see.

Hi, @web2033. There is no place to see this in the web UI. If the site was created after December 4th, 2019 then Node.js version defaults to 12.

You can also specify a version and the instructions for this can be found here:

https://docs.netlify.com/functions/build-with-javascript/#runtime-settings

If there are other questions, please let us know.