diff --git a/action.yml b/action.yml index 024672be..4347df6d 100644 --- a/action.yml +++ b/action.yml @@ -48,6 +48,6 @@ inputs: required: false runs: - using: 'node16' + using: 'node20' main: 'index.js' post: 'cleanup.js'