Moralis Cloud function JS/node version

Iโ€™m setting up a bundler for moralis cloud functions, and would like to know what the target version should be that is running the cloud functions.
Is it node JS?
Which version?

thanks in advance :slight_smile:

1 Like

For example, this code breaks the cloud function with โ€œSyntax errorโ€:

['1', '2'].join('\n')

:face_with_monocle:

Edit: I guess itโ€™s unrelated to the node version. I thought initially itโ€™s about the .join not being supported, but itโ€™s actually the '\n' that breaks it.