File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 4"
43 - " 6"
5- - " 7"
64 - " 8"
5+ - " 10"
76 - " stable"
87sudo : false
98
Original file line number Diff line number Diff line change 77# Test against these versions of Node.js.
88environment :
99 matrix :
10- - nodejs_version : " 4"
1110 - nodejs_version : " 6"
11+ - nodejs_version : " 8"
12+ - nodejs_version : " 10"
1213
1314# Install scripts. (runs after repo cloning)
1415install :
Original file line number Diff line number Diff line change 11{
22 "name" : " broccoli-middleware" ,
33 "description" : " Broccoli asset builder middleware" ,
4- "version" : " 1.2.0 " ,
4+ "version" : " 1.2.1 " ,
55 "author" : " Jo Liss <joliss42@gmail.com>" ,
66 "main" : " lib/index.js" ,
77 "license" : " MIT" ,
3333 "rsvp" : " ^4.6.1"
3434 },
3535 "engines" : {
36- "node" : " ^4.5 || 6 .* || >= 7 .*"
36+ "node" : " 6.* || 8 .* || >= 10 .*"
3737 },
3838 "scripts" : {
3939 "test" : " node_modules/.bin/mocha"
You can’t perform that action at this time.
0 commit comments