From d6b81bd731917165508b850e04131fdf801c2340 Mon Sep 17 00:00:00 2001 From: Shyim Date: Mon, 23 Oct 2023 18:26:29 +0200 Subject: [PATCH] increase node version of action Signed-off-by: Soner Sayakci --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4dbeae9..4920d6c 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,6 @@ inputs: default: scratch description: "Where the action is stores some temporary files for its processing. Default: `scratch`" runs: - using: 'node16' + using: 'node20' main: 'entrypoint.js' post: 'entrypoint.js'