Skip to content

Commit

Permalink
Use yarn v1.3.2 for AppVeyor CI build (#5410)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored and SimenB committed Jan 28, 2018
1 parent 2167439 commit 0e55c7c
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 @@ -10,7 +10,7 @@ init:
install:
- ps: Install-Product node $env:nodejs_version x64
- node --version
- curl -fsSL -o yarn.js https://github.com/yarnpkg/yarn/releases/download/v1.1.0/yarn-1.1.0.js
- curl -fsSL -o yarn.js https://github.com/yarnpkg/yarn/releases/download/v1.3.2/yarn-1.3.2.js
- node ./yarn.js --version
- node ./yarn.js install
- node ./yarn.js run build
Expand Down

0 comments on commit 0e55c7c

Please sign in to comment.