This is an automated email from the ASF dual-hosted git repository.
pgj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git
The following commit(s) were added to refs/heads/main by this push:
new 3fc6380 Bump NodeJS to 18.18.2
3fc6380 is described below
commit 3fc638071bb87091a62eec1bc08f0075a14f629b
Author: Gabor Pali <[email protected]>
AuthorDate: Mon Nov 20 00:00:41 2023 +0100
Bump NodeJS to 18.18.2
---
bin/install_dependencies.ps1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/install_dependencies.ps1 b/bin/install_dependencies.ps1
index 3bca298..ef32cf3 100644
--- a/bin/install_dependencies.ps1
+++ b/bin/install_dependencies.ps1
@@ -21,7 +21,7 @@ choco install visualstudio2022buildtools "--passive --locale
en-US"
choco install visualstudio2022-workload-vctools --package-parameters "--add
Microsoft.VisualStudio.Component.VC.ATL --add
Microsoft.VisualStudio.Component.VC.Redist.MSM --add
Microsoft.Net.Component.4.8.TargetingPack"
choco install make nssm vswhere gnuwin32-coreutils.portable
choco install wixtoolset --version=3.11.2
-choco install nodejs --version=16.19.0
+choco install nodejs --version=18.18.2
choco install python --version=3.10.8
choco install archiver --version=3.1.0
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force