diff --git a/action.yml b/action.yml index 54b898f..785c1d6 100644 --- a/action.yml +++ b/action.yml @@ -14,5 +14,5 @@ inputs: CUSTOM_BOT_NOTE: description: 'Custom bot note message.' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'