From 372345495def210c100fbe37bb006a1f2d90d626 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 7 Sep 2023 10:27:29 +0200 Subject: [PATCH] chore: node 20 as default runtime Signed-off-by: CrazyMax --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1162cef0..238c5880 100644 --- a/action.yml +++ b/action.yml @@ -50,5 +50,5 @@ outputs: description: 'JSON output of tags and labels' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'