diff --git a/action.yml b/action.yml index 7528bc4..c4fd862 100644 --- a/action.yml +++ b/action.yml @@ -50,5 +50,5 @@ outputs: exit_error: description: The final error returned by the command runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'