diff --git a/action.yaml b/action.yaml index 2469cff..720b07f 100644 --- a/action.yaml +++ b/action.yaml @@ -21,7 +21,7 @@ outputs: The ferried output of the official GitHub cache action. True on cache hit (even if the subsequent docker load failed) and false on cache miss. runs: - using: node16 + using: node20 main: dist/main/index.js post-if: success() post: dist/post/index.js