From e6a5002cf464e0fe2f2b1b20561074f7878ef1e3 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 5 Sep 2023 21:05:25 +0800 Subject: [PATCH] Bump runtime to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c1b5178..be7cd6d 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: "node16" + using: "node20" main: "dist/main/index.js" post: "dist/post/index.js"