File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 6
1
+ 8
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
3
node_js :
4
- - ' 6 '
4
+ - ' 8 '
5
5
6
6
cache :
7
7
yarn : true
28
28
- secure : oTBjhnOKhs0qDSKTf7fE4f6DYiNDPycvB7qfSF5QRIbJK/LK/J4UtFwetXuXj79HhUZG9qnoT+5e7lPaiaMlpsIKn9ann7ffqFWN1E8TMtpJF+AGigx3djYElwfgf5nEnFUFhwjFzvbfpZNnxVGgX5YbIZpe/WUbHkP4ffU0Wks=
29
29
30
30
before_install :
31
- - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
31
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2
32
32
- export PATH="$HOME/.yarn/bin:$PATH"
33
33
34
34
before_script :
Original file line number Diff line number Diff line change 9
9
"url" : " https://github.com/angular/angular.js.git"
10
10
},
11
11
"engines" : {
12
- "node" : " ^6 .9.1" ,
13
- "yarn" : " >=0.21.3 " ,
12
+ "node" : " ^8 .9.1" ,
13
+ "yarn" : " >=1.3.2 " ,
14
14
"grunt" : " ^1.2.0"
15
15
},
16
16
"scripts" : {
You can’t perform that action at this time.
0 commit comments