From 28b3832a999b361cbd1e0d05e090cf13a5e25136 Mon Sep 17 00:00:00 2001 From: Marko Sagadin <41839945+MarkoSagadin@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:28:02 +0100 Subject: [PATCH] Update node version in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6d6177c..e0a9f0f 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ inputs: description: 'The path to the changelog file. Defaults to `./CHANGELOG.md`' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'