mirror of https://github.com/linkerd/linkerd2.git
Upgrade CI node and yarn to latest versions (#1067)
This commit is contained in:
parent
4490db9909
commit
b7da30a293
|
@ -52,12 +52,12 @@ jobs:
|
||||||
|
|
||||||
- language: node_js
|
- language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "10"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- web/app/node_modules
|
- web/app/node_modules
|
||||||
before_install:
|
before_install:
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
|
- 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"
|
||||||
install:
|
install:
|
||||||
- ./bin/web
|
- ./bin/web
|
||||||
|
|
Loading…
Reference in New Issue