From 61616db01538ecfe694a3a16f630e21cd9137625 Mon Sep 17 00:00:00 2001 From: Joaquin Esteban Ponte Diaz Date: Mon, 12 Jun 2023 14:09:54 -0600 Subject: [PATCH] Update nodejs to v16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bbf6aa5..1f9bb88 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: description: 'A suffix to append to a file' required: false runs: - using: 'node12' + using: 'node16' main: 'gist.js' branding: icon: 'align-center'