diff --git a/action.yml b/action.yml index d90f9d4..4ad17df 100644 --- a/action.yml +++ b/action.yml @@ -59,6 +59,6 @@ inputs: required: false default: '' runs: - using: 'node20' + using: 'node24' main: 'main.js' - post: 'post.js' \ No newline at end of file + post: 'post.js'