From 96d59b94747c3a2cb9f3638ef4d4f76f09eaae38 Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Mon, 19 Feb 2024 15:23:56 +0000 Subject: [PATCH] node 20 preferred over node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0e44cc6..f035e79 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ outputs: svg: description: "The diagram contents as text" runs: - using: "node16" + using: "node20" main: "index.js" branding: color: "purple"