From db5fa07a059b34a8b5cdcc427f1aa37ae46fe245 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 3 Oct 2023 12:26:20 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7d8b3b1..471e2fa 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,6 @@ inputs: required: false default: 'false' runs: - using: node18 + using: node20 main: dist/index.js post: dist/index.js