diff --git a/action.yml b/action.yml index 05c15ca..e738d21 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ outputs: cache-hit: description: 'A boolean value to indicate if cache was found and restored' runs: - using: 'node16' + using: 'node20' main: 'dist/main.js' post: 'dist/post.js' post-if: success()