Zapier cli docs state that All Zapier CLI apps are run using Node.js v6.10.2.. Our app is built using the cli.
Elsewhere in Zapier docs it states that The environment is vanilla node.js v4.3.2 which runs JavaScriptcorewalking
We already did z.console.log('node version', process.version);
from within the Zapier app so that we can see the node version where it is run. We retrieved this using zapier logs
. The version logged is 4.3.2.