From bc0fdb90dab67c9eec9187b929499ba032e76b4c Mon Sep 17 00:00:00 2001 From: Craig Cornelius Date: Fri, 27 Sep 2024 09:58:14 -0700 Subject: [PATCH] Update to latest Node version (#311) --- run_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_config.json b/run_config.json index c715ca6d..3121eabb 100644 --- a/run_config.json +++ b/run_config.json @@ -109,9 +109,9 @@ }, { "prereq": { - "name": "nvm 22..0, icu75.1", - "version": "22.1.0", - "command": "nvm install 22.1.0;nvm use 22.1.0 --silent" + "name": "nvm 22.9.0, icu75.1", + "version": "22.9.0", + "command": "nvm install 22.9.0;nvm use 22.9.0 --silent" }, "run": { "icu_version": "icu75",