Skip to content

Commit

Permalink
Try to get node 12 on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ficristo committed May 1, 2019
1 parent c76a7ac commit 868bb28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -20,7 +20,8 @@ cache:

install:
- git submodule update --init --recursive
- ps: Install-Product node $env:NODE_VERSION $env:PLATFORM
# - ps: Install-Product node $env:NODE_VERSION $env:PLATFORM
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- set PATH=%APPDATA%\npm;%PATH%
- node --version
- npm --version
Expand Down

0 comments on commit 868bb28

Please sign in to comment.