fix: change using to node20

This commit is contained in:
administrator 2026-04-23 01:23:26 +08:00
parent 78961f6f84
commit 915f9f727d

View File

@ -27,7 +27,7 @@ outputs:
cache-hit: cache-hit:
description: 'A boolean value to indicate if a cache was hit' description: 'A boolean value to indicate if a cache was hit'
runs: runs:
using: 'node24' using: 'node20'
main: 'dist/setup/index.js' main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js' post: 'dist/cache-save/index.js'
post-if: success() post-if: success()