Skip to content

Commit

Permalink
ci: update node on win only
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas committed Sep 20, 2020
1 parent e415ac9 commit 52ed82c
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 @@ -28,7 +28,7 @@ environment:
init:
- cmd: git config --global core.autocrlf true
install:
- ps: Install-Product node ''
- ps: if ($isWindows) { Install-Product node '' }
- sh: wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
- sh: sudo dpkg -i packages-microsoft-prod.deb
- sh: sudo apt-get update
Expand Down

0 comments on commit 52ed82c

Please sign in to comment.