From 941366edb8920e2071eae0449031830984b9f26e Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Sun, 28 Jan 2024 11:41:26 +0100 Subject: [PATCH] feat: Update the action to use Node 20 Closes #17 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8380124..4a6a913 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ outputs: changes: description: Generated changelog for the latest tag, without the version/date header runs: - using: node16 + using: node20 main: "dist/index.js"