diff --git a/action.yml b/action.yml index 586cc5a..f97193e 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ outputs: nextVersionCode: description: 'The next version code' runs: - using: 'node16' - main: 'lib/index.js' \ No newline at end of file + using: 'node20' + main: 'lib/index.js'