Open
Description
When writing a javascript action, it would be useful to be able to pass arguments to nodejs or set environment variables before it starts, or ideally have both options.
The specific use-case I wanted this for was to pass the --enable-source-maps
command line argument, or alternatively set it using the NODE_OPTIONS
environment variable.