diff --git a/action.yml b/action.yml index de856af..cd6eb43 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,6 @@ inputs: required: false runs: - using: node16 + using: node20 main: dist/main/index.js post: dist/post/index.js