From 9da6799a1fbccca9d1d4e7e30df63243a7a9bab0 Mon Sep 17 00:00:00 2001 From: Benji Visser Date: Mon, 20 May 2024 11:31:58 -0400 Subject: [PATCH] Update action.yml (#28) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5d61c9f..b184258 100644 --- a/action.yml +++ b/action.yml @@ -28,5 +28,5 @@ outputs: json: description: "Path to a JSON report file for the image" runs: - using: "node16" + using: "node20" main: "dist/index.js"