Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Use node 10 to build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed May 15, 2019
1 parent a4c84a7 commit 237dc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 8 x64
- ps: Install-Product node 10 x64
- ps: irm ipinfo.io/ip
- dotnet tool install --global AzureSignTool --version 2.0.17
- git reset --hard HEAD
Expand Down

0 comments on commit 237dc33

Please sign in to comment.