From dba7f772bd9101d09f1e43173417e7d1e2d3da9a Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 20 May 2025 13:20:33 +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 d265685..576ada2 100644 --- a/action.yml +++ b/action.yml @@ -7,5 +7,5 @@ inputs: description: "input description here" default: "200" runs: - using: "node16" + using: "node20" main: "dist/index.js"