mirror of https://github.com/linkerd/linkerd2.git
parent
2a4f38b9e7
commit
c8b8db7461
|
@ -53,9 +53,7 @@ jobs:
|
||||||
- language: node_js
|
- language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "10"
|
- "10"
|
||||||
cache:
|
cache: yarn
|
||||||
directories:
|
|
||||||
- web/app/node_modules
|
|
||||||
before_install:
|
before_install:
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
|
||||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||||
|
|
Loading…
Reference in New Issue