diff --git a/action.yml b/action.yml index beee580..496f3b9 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ outputs: modules: description: An array of paths to Terraform modules. runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'