From 960f35e38e53c6f4256c5b6ba5f7b936a02f35e7 Mon Sep 17 00:00:00 2001 From: Kaamkiya Date: Sun, 12 Jan 2025 15:35:17 -0500 Subject: [PATCH] fix: Restore to Node 11 --- archive/j/javascript/testinfo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/j/javascript/testinfo.yml b/archive/j/javascript/testinfo.yml index 6a0f14592..ef4ebfd91 100644 --- a/archive/j/javascript/testinfo.yml +++ b/archive/j/javascript/testinfo.yml @@ -4,5 +4,5 @@ folder: container: image: "node" - tag: "20-alpine" + tag: "11-alpine" cmd: "node {{ source.name }}{{ source.extension }}"