File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- # we recommend testing addons with the same minimum supported node version as Ember CLI
4- # so that your addon works for all apps
5- - " 8"
3+ # Node 10.3+ includes npm@6 which has good "npm ci" command
4+ - " 10.9"
65
76sudo : false
8- dist : trusty
97
108addons :
119 chrome : stable
10+ apt :
11+ packages :
12+ - libgconf-2-4
1213
1314cache :
15+ npm : true
1416 directories :
15- - $HOME/.npm
17+ - $HOME/.cache
1618
1719env :
1820 global :
2224branches :
2325 only :
2426 - master
27+ - managed-list
2528 # npm version tags
2629 - /^v\d+\.\d+\.\d+/
2730
4245 - stage : " Additional Tests"
4346 name : " Floating Dependencies"
4447 install :
45- - npm install --no-package-lock
48+ - npm ci
4649 script :
4750 - npm test
4851
Original file line number Diff line number Diff line change 7575 "sortablejs" : " >= 1.10.2 < 2"
7676 },
7777 "engines" : {
78- "node" : " 8 .* || >= 10.* "
78+ "node" : " 10 .* || >= 12 "
7979 },
8080 "ember" : {
8181 "edition" : " octane"
You can’t perform that action at this time.
0 commit comments