Skip to content

Commit

Permalink
Node udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster442 committed Jan 17, 2025
1 parent 1a4c6b6 commit be4f29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/publish-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Expand-Archive -Path pwsh.zip -DestinationPath "powershell"
Remove-Item pwsh.zip

Write-Host "Getting Node.js..."
$nodeUrl = "https://nodejs.org/dist/v22.11.0/node-v22.11.0-win-x64.zip"
$nodeUrl = "https://nodejs.org/dist/v22.13.0/node-v22.13.0-win-x64.zip"
Invoke-WebRequest -Uri $nodeUrl -OutFile node.zip
Expand-Archive -Path node.zip -DestinationPath data
Remove-Item node.zip
Expand Down

0 comments on commit be4f29e

Please sign in to comment.