From 1a4d1a13fb219ebf616f93930a8c4c6a9ff24155 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 7 Sep 2023 12:21:51 +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 9edfb3a..e004503 100644 --- a/action.yml +++ b/action.yml @@ -112,6 +112,6 @@ outputs: description: 'Build result metadata' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'