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"