From afb8f2bc1aa5b925982a05ef66c28d045965fb9f Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 5 Sep 2023 11:57:33 +0530 Subject: [PATCH] feat: bump action to use node20 runtime Signed-off-by: K.B.Dharun Krishna --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d1ebaba..26b1357 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ outputs: description: 'Available platforms (comma separated)' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'