diff --git a/action.yml b/action.yml index 23e0b0d..6348b03 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: required: false default: text runs: - using: 'node16' - main: 'index.js' \ No newline at end of file + using: 'node20' + main: 'index.js'