Bubble Node.js version for Plugin SSA?

The node process object contains the relevant environment information. For example to return the environment from a Server Side Action one could:

return { processenvironment: JSON.stringify(process.env, null, 2) };
3 Likes