From a7804b6007c5a7aa7377e143d67f46f245f9a8d9 Mon Sep 17 00:00:00 2001 From: Maurice Arikoglu Date: Wed, 31 Jan 2024 16:37:48 +0100 Subject: [PATCH] Update action to use node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 776b192..ca7f8b8 100644 --- a/action.yml +++ b/action.yml @@ -88,5 +88,5 @@ outputs: created_comment_id: description: "ID of newly created comment, if any" runs: - using: "node16" + using: "node20" main: "dist/index.js"