diff --git a/action.yml b/action.yml index 60fa58a..3d081d4 100644 --- a/action.yml +++ b/action.yml @@ -4,5 +4,5 @@ outputs: registry-address: description: "Endpoint address of the Namespace Cloud registry." runs: - using: node20 + using: node24 main: dist/main/index.js