diff --git a/action.yml b/action.yml
index e16d8c0..850db9b 100644
--- a/action.yml
+++ b/action.yml
@@ -9,5 +9,5 @@ inputs:
     description: 'Destination path'
     required: false
 runs:
-  using: 'node16'
+  using: 'node20'
   main: 'dist/index.js'