From d325df083f80702eb49a08611a5c1028967ad831 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 2 Mar 2024 18:23:48 -0800 Subject: [PATCH] install: use latest node 18 on windows --- install/local/install-scrypted-dependencies-win.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/local/install-scrypted-dependencies-win.ps1 b/install/local/install-scrypted-dependencies-win.ps1 index eab133c8e3..9a556dbbfc 100644 --- a/install/local/install-scrypted-dependencies-win.ps1 +++ b/install/local/install-scrypted-dependencies-win.ps1 @@ -8,7 +8,7 @@ sc.exe stop scrypted.exe iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) # Install node.js -choco upgrade -y nodejs-lts --version=18.14.0 +choco upgrade -y nodejs-lts --version=18.19.1 # Install Python choco upgrade -y python39