From cf9eaed328b19b33e23665ff9eff8c516759f8bc Mon Sep 17 00:00:00 2001 From: lelia Date: Wed, 12 Oct 2022 13:45:23 -0400 Subject: [PATCH] Update actions runner node install to v16 --- 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'