diff --git a/action.yml b/action.yml index a81bff8b4..c36fafdb2 100644 --- a/action.yml +++ b/action.yml @@ -39,5 +39,5 @@ outputs: ruby-prefix: description: 'The prefix of the installed ruby' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'