From 8251a572d06eef55636891333bb35979c5249838 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sat, 23 Sep 2023 00:46:18 +0800 Subject: [PATCH] test --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index be7cd6d..c1b5178 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ outputs: description: "This variable will be set to `true` when there is an cache hit, otherwise `false`" runs: - using: "node20" + using: "node16" main: "dist/main/index.js" post: "dist/post/index.js"