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

Commit

Permalink
chore: update yarn version (#322)
Browse files Browse the repository at this point in the history
* wip: move to 1.13.0 stable version
  • Loading branch information
iamogbz authored Mar 11, 2019
1 parent 0cd6978 commit a4146f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .yvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.13.0
8 changes: 4 additions & 4 deletions test/sanity-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ else
fi

testing "yvm use"
yvm install 1.7.0
yvm use
yvm install 1.13.0
yvm use 1.13.0
test2_output=$(yvm exec --version)
if [[ ${test2_output} == "1.7.0" ]]; then
if [[ ${test2_output} == "1.13.0" ]]; then
pass
else
fail ${test2_output}
fi

testing "yvm use set yarn"
test3_output=$(yarn --version)
if [[ ${test3_output} == "1.7.0" ]]; then
if [[ ${test3_output} == "1.13.0" ]]; then
pass
else
fail ${test3_output}
Expand Down
2 changes: 1 addition & 1 deletion website/.yvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.13.0

0 comments on commit a4146f4

Please sign in to comment.