1 Commits

Author SHA1 Message Date
administrator 915f9f727d fix: change using to node20 2026-04-23 01:23:26 +08:00
+1 -1
View File
@@ -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()