Skip to content

Commit

Permalink
Push fix for incorrect reference to node download in install_purple_d…
Browse files Browse the repository at this point in the history
…ependencies.ps1
  • Loading branch information
younglim authored Dec 1, 2023
1 parent 62426c4 commit f6b577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_purple_dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (-Not (Test-Path nodejs-win\node.exe)) {

Write-Output "Unzip Node"
Expand-Archive .\nodejs-win.zip -DestinationPath .
Rename-Item node-v18.18.0-win-x64 -NewName nodejs-win
Rename-Item node-v20.10.0-win-x64 -NewName nodejs-win
Remove-Item -Force .\nodejs-win.zip
}

Expand Down

0 comments on commit f6b577f

Please sign in to comment.