From eb8a9fb9fc436e3f503c5e50a3b0c489ea89941b Mon Sep 17 00:00:00 2001 From: Daniel Jacobs Date: Fri, 26 Apr 2024 14:27:21 -0400 Subject: [PATCH] Update to Node 20 Fix #10 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d2e3a58..09fb01b 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ outputs: stderr: description: Error of the command runs: - using: node16 + using: node20 main: dist/index.js branding: icon: terminal