From b01a479fd0d469378d711c1a77e70a28df66248f Mon Sep 17 00:00:00 2001 From: Harry Marr Date: Sat, 2 Apr 2022 14:41:51 +0100 Subject: [PATCH] Use node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 92117e0..87693e6 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ inputs: description: '(optional) The ID of a pull request to auto-approve. By default, this action tries to use the pull_request event payload.' required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'