From a2e6f2a0ccf5c63ef8754de360464edbf47e66ee Mon Sep 17 00:00:00 2001 From: lelia Date: Fri, 14 Oct 2022 10:39:43 -0400 Subject: [PATCH] Update actions runner node install to v16 (#205) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index af823c1..301cb84 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ inputs: description: '(optional) The message of the pull request review.' required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'