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