diff --git a/action.yml b/action.yml index c45bee4b..78324691 100644 --- a/action.yml +++ b/action.yml @@ -41,6 +41,6 @@ outputs: The URI of the ECR Private or ECR Public registry. If logging into multiple registries on ECR Private, this output will not be set. runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/cleanup/index.js'