From df089bfd7777e1fec48cb985f4ba6c61453e451d Mon Sep 17 00:00:00 2001 From: Craig Cornelius Date: Fri, 1 May 2026 15:22:51 -0700 Subject: [PATCH] Remove old nvm versions (< 18.0), allowing MacOS to use Node and Dart --- run_config.json | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/run_config.json b/run_config.json index 36921c22..c301d480 100644 --- a/run_config.json +++ b/run_config.json @@ -442,38 +442,6 @@ "per_execution": 10000 } }, - { - "prereq": { - "name": "nvm", - "version": "14.21.3", - "command": "nvm install 14.21.3;nvm use 14.21.3 --silent" - }, - "run": { - "icu_version": "icu70", - "exec": "node", - "test_type": [ - "collation", - "number_fmt" - ], - "per_execution": 10000 - } - }, - { - "prereq": { - "name": "nvm", - "version": "14.18.3", - "command": "nvm install 14.18.3;nvm use 14.18.3 --silent" - }, - "run": { - "icu_version": "icu69", - "exec": "node", - "test_type": [ - "collation", - "number_fmt" - ], - "per_execution": 10000 - } - }, { "prereq": { "name": "rust1.3",