From 7e7e9693e63defdb99f0aa582dc418d1b9ff3364 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 13 Mar 2026 10:52:07 +0100 Subject: [PATCH] Update Node.js version from 20 to 24 (#136) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8af5a08..ea33c82 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,6 @@ outputs: output: description: The captured output of both stdout and stderr from the Ansible Playbook run runs: - using: node20 + using: node24 main: main.js post: post.js