diff --git a/action.yml b/action.yml index 0edd45d..8ff3778 100644 --- a/action.yml +++ b/action.yml @@ -26,5 +26,5 @@ outputs: created_at: description: The date and time the pipeline was created. runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'