Skip to content

Commit

Permalink
install: use latest node 18 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 3, 2024
1 parent 04de63a commit d325df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/local/install-scrypted-dependencies-win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d325df0

Please sign in to comment.