From d1fdef52659b93baa31234c689d4c8fcb47becac Mon Sep 17 00:00:00 2001 From: scribam Date: Wed, 25 Oct 2023 18:56:58 +0200 Subject: [PATCH] Update default runtime to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f187396..eabdbdf 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ inputs: default: 'true' runs: - using: node16 + using: node20 main: dist/index.js branding: