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"