File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_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"
6
5
7
6
sudo : false
8
- dist : trusty
9
7
10
8
addons :
11
9
chrome : stable
10
+ apt :
11
+ packages :
12
+ - libgconf-2-4
12
13
13
14
cache :
15
+ npm : true
14
16
directories :
15
- - $HOME/.npm
17
+ - $HOME/.cache
16
18
17
19
env :
18
20
global :
22
24
branches :
23
25
only :
24
26
- master
27
+ - managed-list
25
28
# npm version tags
26
29
- /^v\d+\.\d+\.\d+/
27
30
42
45
- stage : " Additional Tests"
43
46
name : " Floating Dependencies"
44
47
install :
45
- - npm install --no-package-lock
48
+ - npm ci
46
49
script :
47
50
- npm test
48
51
Original file line number Diff line number Diff line change 75
75
"sortablejs" : " >= 1.10.2 < 2"
76
76
},
77
77
"engines" : {
78
- "node" : " 8 .* || >= 10.* "
78
+ "node" : " 10 .* || >= 12 "
79
79
},
80
80
"ember" : {
81
81
"edition" : " octane"
You can’t perform that action at this time.
0 commit comments