From 52e6a46b4215b34b67d6d656e4b0e62a9bc86719 Mon Sep 17 00:00:00 2001 From: Janos Bonic <86970079+janosdebugs@users.noreply.github.com> Date: Thu, 20 Oct 2022 09:35:54 +0200 Subject: [PATCH] Updating to node16 Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 07a8de9..b1b7fa8 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: required: false default: 'gotestfmt' runs: - using: 'node12' + using: 'node16' main: 'index.js'