From d1c625762f7c926a54bd39252efff0705fd11c64 Mon Sep 17 00:00:00 2001 From: Niklas Gehlen Date: Thu, 1 Feb 2024 14:42:06 +0100 Subject: [PATCH] Migrate to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 00b3c3b..60fa58a 100644 --- a/action.yml +++ b/action.yml @@ -4,5 +4,5 @@ outputs: registry-address: description: "Endpoint address of the Namespace Cloud registry." runs: - using: node16 + using: node20 main: dist/main/index.js