From 75e1c461d23bf85848e88ad4af7455a9fdf8bf58 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela Date: Mon, 17 Oct 2022 09:56:27 +0200 Subject: [PATCH] Update action to use NodeJS 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 78726ac..a4ab02d 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ branding: icon: "package" color: "red" runs: - using: "node12" + using: "node16" main: "dist/index.js"