From 51f60312fae8d52955c35cdff8ece4c2fc858b2b Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 5 Sep 2023 12:01:00 +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 9fa815c..f6ad885 100644 --- a/action.yml +++ b/action.yml @@ -66,6 +66,6 @@ outputs: description: 'Builder node flags (deprecated, use nodes output instead)' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'