From 915f9f727d13119d1ef5c69427a895199174c8b6 Mon Sep 17 00:00:00 2001 From: administrator <139128688@qq.com> Date: Thu, 23 Apr 2026 01:23:26 +0800 Subject: [PATCH] fix: change using to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 74a4e7e..8ffbc59 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ outputs: cache-hit: description: 'A boolean value to indicate if a cache was hit' runs: - using: 'node24' + using: 'node20' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success()