Skip to content

Commit

Permalink
updated node on the build server
Browse files Browse the repository at this point in the history
  • Loading branch information
replaysMike committed Aug 5, 2024
1 parent b7d45c9 commit 08a18ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Scripts/appveyor-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ $framework = "net8.0"
Write-Host "Building $env:APPVEYOR_BUILD_VERSION" -ForegroundColor magenta

Write-Host "Installing build dependencies..." -ForegroundColor green
dotnet tool install --global dotnet-ef --version 8.0.4
Update-NodeJsInstallation 20.10.0 x64
choco install -y innosetup
Install-Product node ''
#Install-Product node ''

Write-Host "Checking versions..." -ForegroundColor green
Write-Host "Node" -ForegroundColor cyan
Expand Down

0 comments on commit 08a18ac

Please sign in to comment.