From 83bc77d2ee9829a710c956cf8e071c99abf6d12c Mon Sep 17 00:00:00 2001 From: Rafael Fonseca Date: Thu, 16 Mar 2023 09:53:06 -0400 Subject: [PATCH] Upgrade to Node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1666b7e..a62084c 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: description: "Custom size configuration" required: false runs: - using: "node12" + using: "node16" main: "dist/index.js" branding: icon: "tag"