Skip to content

Commit 9828d6c

Browse files
committed
Update yarn to latest on Appveyor.
1 parent ac7031f commit 9828d6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ platform:
3636

3737
install:
3838
- ps: Install-Product node $env:nodejs_version $env:platform
39+
- ps: |
40+
(New-Object Net.WebClient).DownloadFile("https://yarnpkg.com/latest.msi", "$env:temp\yarn.msi")
41+
cmd /c start /wait msiexec.exe /i $env:temp\yarn.msi /quiet /qn /norestart
3942
4043
build: off
4144

@@ -46,4 +49,5 @@ skip_commits:
4649
test_script:
4750
- node --version
4851
- npm --version
52+
- yarn --version
4953
- bash tasks/e2e-%test_suite%.sh

0 commit comments

Comments
 (0)