diff --git a/action.yml b/action.yml index 78b94a9d..c0bf6a65 100644 --- a/action.yml +++ b/action.yml @@ -73,5 +73,5 @@ inputs: description: Custom envelope recipient addresses for SMTP RCPT TO command (separated with comma) required: false runs: - using: node20 + using: node24 main: main.js