From ba92b7eb0191c2813e66468b3d4dd34e2a21ef85 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Tue, 14 Nov 2023 05:28:19 +0100 Subject: [PATCH] :wrench: Try downgrading the node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 262672c..243c7f9 100644 --- a/action.yml +++ b/action.yml @@ -79,5 +79,5 @@ inputs: description: "Lightness used by the color range feature. Defaults to 40." required: false runs: - using: "node20" + using: "node16" main: "index.js"