From e9d44227e5ff9b5be74ac40a69c554324ded2e5b Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 11 Mar 2026 09:04:18 +0100 Subject: [PATCH] Upgrade to node24 (#273) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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