From 8a505c9cf2e2726eda7f3268d6992e386a12da52 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 4 Sep 2023 14:19:48 -0400 Subject: [PATCH] feat: bump to use node20 runtime Signed-off-by: Rui Chen --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 12b47b6..9946e47 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ outputs: cache-hit: description: 'A boolean value to indicate if a cache was hit' runs: - using: 'node16' + using: 'node20' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success()