From 39cd633136a72a178d1916329d83946f9889c858 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 20 May 2025 12:57:09 +0300 Subject: [PATCH] Update node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 34757de..5e6651a 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,6 @@ inputs: description: "Commit status state wait for. Valid values 'success', 'error', 'failure', 'pending'" default: "success" runs: - using: "node16" + using: "node20" main: "index.js"