From c06a527190c15d0c693efc950f2c36a6da76367b Mon Sep 17 00:00:00 2001 From: Hunter Morgan Date: Thu, 18 Apr 2024 16:38:02 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6180a38..d0b1057 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ name: S3 & Cloudfront Smart Invalidation - save money and avoid unnecessary cache invalidation. description: Analyze the changed files to S3 and minimize the number of Cloudfront invalidations and maximize cache hits runs: - using: node16 + using: node20 main: dist/index.mjs branding: color: blue