Skip to content

Step: Execute NodeJS

  • Key: execute-nodejs
  • Category: Utilities
  • Description: Execute custom NodeJS code.

Inputs

  • code (code, javascript): JavaScript code to run

Outputs

  • response (object): Returned value or result

Notes

  • Keep code side-effect free when possible.
  • Prefer other dedicated steps for HTTP, parsing, etc.

Built with VitePress