From 8a94e6bd147ef5a1719031e1feb6616b2f006906 Mon Sep 17 00:00:00 2001 From: Simon Fredsted Date: Tue, 7 May 2024 19:48:54 +0200 Subject: [PATCH] Fix: JavaScript action type docs --- docs/custom-actions/action-types.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/custom-actions/action-types.md b/docs/custom-actions/action-types.md index 5073fa6..a27ff1f 100644 --- a/docs/custom-actions/action-types.md +++ b/docs/custom-actions/action-types.md @@ -414,16 +414,10 @@ Tip: To check if a Variable is set (or exists), you must enter the variable name ### JavaScript -With the JavaScript action, you can execute most kinds of JavaScript/Node.js code using a Node.js 20.10.0 sandbox. +With the JavaScript action, you can execute JavaScript code using a Node.js sandbox that runs on the Webhook.site cloud. ![](/images/javascript.png) -#### Limitations - -This feature is still in beta as of late 2023, and we expect to add more features in the coming months. - -Currently identified limitations include: - #### General Functions console.log(*line*) / echo(*line*) - log a string to Action output