diff --git a/action.yml b/action.yml index fd47c79..3a0856d 100644 --- a/action.yml +++ b/action.yml @@ -26,6 +26,6 @@ inputs: required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'