From cb585102ef240aa46197311ebce17732183116ea Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 8 Sep 2022 14:15:08 -0700 Subject: [PATCH] feat: run action on node16 (#608) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 01b2a9e..8620db9 100644 --- a/action.yml +++ b/action.yml @@ -162,5 +162,5 @@ inputs: required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'