Skip to content

Commit

Permalink
[OSD] update node version to include 14.21.3 (#264)
Browse files Browse the repository at this point in the history
As called here:
opensearch-project/opensearch-build#3356

Add the node version called out in our nvm file.

Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla authored Apr 4, 2023
1 parent 7c32c32 commit a12aca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scripts/windows/scoop-install-commons.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a12aca5

Please sign in to comment.