From 009b88e9b8894bd8838475d799b7dca5024e91d5 Mon Sep 17 00:00:00 2001 From: Angus Clinch Date: Sat, 15 Oct 2022 10:24:02 +0300 Subject: [PATCH] Use node16 (#62) * node16 * dispatch * remove workflow_dispatch Co-authored-by: Angus Clinch --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 495185e..bf1e67a 100644 --- a/action.yml +++ b/action.yml @@ -38,6 +38,6 @@ outputs: output: description: The captured output of both stdout and stderr from the Ansible Playbook run runs: - using: node12 + using: node16 main: main.js post: post.js