diff --git a/action.yml b/action.yml index f29a1a2a..741635c3 100644 --- a/action.yml +++ b/action.yml @@ -39,5 +39,5 @@ inputs: description: "Will lock the pull request after merge so that the signature the contributors cannot revoke their signature comments after merge" default: "true" runs: - using: "node16" + using: "node20" main: 'dist/index.js'