diff --git a/action.yml b/action.yml
index 12b47b6..9946e47 100644
--- a/action.yml
+++ b/action.yml
@@ -25,7 +25,7 @@ outputs:
   cache-hit:
     description: 'A boolean value to indicate if a cache was hit'
 runs:
-  using: 'node16'
+  using: 'node20'
   main: 'dist/setup/index.js'
   post: 'dist/cache-save/index.js'
   post-if: success()