From c97d71562fcba83cc1ea0602d5a77013427f7571 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 28 Jan 2024 17:45:51 +0100 Subject: [PATCH] action: node20 (#90) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 98be187..0371f80 100644 --- a/action.yml +++ b/action.yml @@ -41,6 +41,6 @@ outputs: output: description: The captured output of both stdout and stderr from the Ansible Playbook run runs: - using: node16 + using: node20 main: main.js post: post.js