From db5b7022cf402a9fefff3ce124dd64041b7dbdb1 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 13 Oct 2023 16:04:15 +0200 Subject: [PATCH] fix: bump node version to node20 It fixes the following error: ``` fetch is not set. Please pass a fetch implementation as new Octokit({ request: { fetch }}). ``` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5a64eed..d131cab 100644 --- a/action.yml +++ b/action.yml @@ -25,5 +25,5 @@ outputs: description: Original Pull Request metadata extended with validation data runs: - using: node16 + using: node20 main: dist/index.js