diff --git a/action.yml b/action.yml index c6ba97e..fd9b72d 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ inputs: description: The optional branch name to wait for the status update required: false runs: - using: node12 + using: node16 main: dist/index.js