From 1e02892ca46fae0062342f787ed9d6dae25aedae Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Fri, 9 Dec 2022 08:53:05 +0000 Subject: [PATCH] update nodejs version Fixes #31 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f48d0b47..3522b68e 100644 --- a/action.yml +++ b/action.yml @@ -25,5 +25,5 @@ branding: icon: "archive" color: "green" runs: - using: "node12" + using: "node16" main: "lib/main.js"