From 7ba339d24ff6fcaf7e48fea4669472b292afd63a Mon Sep 17 00:00:00 2001 From: Chandraaditya Date: Tue, 5 Mar 2024 13:47:50 +0530 Subject: [PATCH] bumping node version from 16 to 20 (#29) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0604e439..fb13e499 100644 --- a/action.yml +++ b/action.yml @@ -168,7 +168,7 @@ outputs: - Keys of restored caches. - Example: `["key1", "key2"]`. runs: - using: "node16" + using: "node20" main: "dist/restore/index.js" post: "dist/save/index.js" post-if: success()