From 7ffee95e218b5a830d460932c89a92bcbbf21be2 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Tue, 28 Mar 2023 20:26:14 +0200 Subject: [PATCH] feat: use node16 as action runner Signed-off-by: Romain Lespinasse --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fcd3934..5618424 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: "GitHub Slug Action" description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow" author: 'rlespinasse' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: "minimize"