From b03f2090d6543bb4c193810f1162ceb07041e937 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Sat, 9 Aug 2025 00:21:01 +0200 Subject: [PATCH] Correct node20 --- docker-scout/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-scout/action.yml b/docker-scout/action.yml index 682c6ad..8d405cc 100644 --- a/docker-scout/action.yml +++ b/docker-scout/action.yml @@ -29,5 +29,5 @@ outputs: value: ${{ steps.run.outputs.result-file }} runs: - using: node24 + using: node20 main: dist/index.js \ No newline at end of file