From 15eaea8e4b9a6fc39ab9e2d36bd1f30fcaba1f53 Mon Sep 17 00:00:00 2001 From: Brad Reed Date: Fri, 22 Mar 2024 17:41:59 +0000 Subject: [PATCH] use node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fc8806f..76df86e 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: zephyr: description: "The Zephyr version to install. Examples: latest, 0.3.2" runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "download"