From 69e80555e3a5b6b795b5e56553f939f162e3391d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 23 Jan 2024 12:00:09 +0100 Subject: [PATCH] Update action.yml node version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index de856af..cd6eb43 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,6 @@ inputs: required: false runs: - using: node16 + using: node20 main: dist/main/index.js post: dist/post/index.js