Skip to content

Commit 086c998

Browse files
committed
ci: use yarn 1.21.1
1 parent 1f573b2 commit 086c998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ notifications:
1010
node_js:
1111
- "10.19.0"
1212
before_install:
13-
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
13+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
1414
- export PATH=$HOME/.yarn/bin:$PATH
1515
script:
1616
- yarn run test

0 commit comments

Comments
 (0)