From 0739ae503d0f543d281a780325074cf67e3d2835 Mon Sep 17 00:00:00 2001 From: mendhak Date: Mon, 26 Feb 2024 19:14:18 +0000 Subject: [PATCH] Run action using node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3d977eb..53f4c03 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,6 @@ inputs: default: 'false' runs: - using: node20 + using: 'node20' main: main.ts post: post.ts