From d64427ece70e3f483d16af0c4f1f475071862249 Mon Sep 17 00:00:00 2001 From: Chad Metcalf Date: Mon, 29 Jan 2024 17:17:43 +0000 Subject: [PATCH] Fixes #233. Bump to Node 20. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7f75741..750916e 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ outputs: changelog: description: 'Markdown formatted changelog' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'list'