Compare commits

...

1 Commits
v6 ... main

Author SHA1 Message Date
915f9f727d fix: change using to node20 2026-04-23 01:23:26 +08:00

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()