Skip to content

Commit 9e80277

Browse files
committed
chore: Lock yarn version in CI to avoid cache error in CI.
1 parent 12a0f32 commit 9e80277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addons:
1616
chrome: stable
1717

1818
before_install:
19-
- npm install -g lerna yarn
19+
- npm install -g lerna yarn@1.17.3
2020
- ./scripts/if-opticss-dev.sh ./scripts/checkout-opticss.sh ../opticss
2121
- ./scripts/if-opticss-dev.sh ./scripts/link-to-opticss.js --file ../opticss
2222

0 commit comments

Comments
 (0)