From a12aca58c9732cd4f1a817af0558e0a7dea2fd84 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Mon, 3 Apr 2023 17:13:25 -0700 Subject: [PATCH] [OSD] update node version to include 14.21.3 (#264) As called here: https://github.com/opensearch-project/opensearch-build/pull/3356 Add the node version called out in our nvm file. Signed-off-by: Kawika Avilla --- packer/scripts/windows/scoop-install-commons.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/scripts/windows/scoop-install-commons.ps1 b/packer/scripts/windows/scoop-install-commons.ps1 index 433fcf45..07242f35 100644 --- a/packer/scripts/windows/scoop-install-commons.ps1 +++ b/packer/scripts/windows/scoop-install-commons.ps1 @@ -127,7 +127,7 @@ yq --version # While Volta is using a fixed location and switch binary version automatically for the Windows Agent scoop install volta volta --version -$nodeVersionList = "10.24.1","14.19.1","14.20.0", "14.20.1" +$nodeVersionList = "10.24.1","14.19.1","14.20.0", "14.20.1", "14.21.3" Foreach ($nodeVersion in $nodeVersionList) { $nodeVersion