From 587cee61f534dd8254d0baad7d7c511335afca24 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 12 Dec 2023 16:29:01 +0100 Subject: [PATCH] action: node16 -> node20 (#259) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 27dfcbf0..25491512 100644 --- a/action.yml +++ b/action.yml @@ -92,5 +92,5 @@ outputs: artifacts: description: JSON array with details about found artifacts runs: - using: node16 + using: node20 main: main.js