From 9c5d9115cbef8552fdb26030a6a2721f110b744c Mon Sep 17 00:00:00 2001 From: Ludea Date: Fri, 16 Aug 2024 19:38:44 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5ce9acb..13ed6d3 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ outputs: artifacts: description: 'JSON array of artifact paths produced by the build command' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'