File tree 6 files changed +168
-1323
lines changed
6 files changed +168
-1323
lines changed Original file line number Diff line number Diff line change 22
22
- name : Install Node
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 16 .x
25
+ node-version : 18 .x
26
26
cache : yarn
27
27
- name : Install Dependencies
28
28
run : yarn install --frozen-lockfile
40
40
- uses : actions/checkout@v3
41
41
- uses : actions/setup-node@v3
42
42
with :
43
- node-version : 16 .x
43
+ node-version : 18 .x
44
44
cache : yarn
45
45
- name : Install Dependencies
46
46
run : yarn install --no-lockfile
70
70
- name : Install Node
71
71
uses : actions/setup-node@v3
72
72
with :
73
- node-version : 16 .x
73
+ node-version : 18 .x
74
74
cache : yarn
75
75
- name : Install Dependencies
76
76
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1
- nodejs 16.20 .0
1
+ nodejs 18.19 .0
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 56
56
"broccoli-asset-rev" : " ^3.0.0" ,
57
57
"concurrently" : " ^8.0.1" ,
58
58
"ember-cli" : " ~4.12.1" ,
59
- "ember-cli-addon-docs" : " ^5 .0.0" ,
59
+ "ember-cli-addon-docs" : " ^7 .0.0" ,
60
60
"ember-cli-addon-docs-yuidoc" : " ^1.0.0" ,
61
61
"ember-cli-dependency-checker" : " ^3.3.1" ,
62
62
"ember-cli-deploy" : " ^2.0.0" ,
97
97
"ember-source" : " ^4.0.0 || ^5.0.0"
98
98
},
99
99
"engines" : {
100
- "node" : " 16.* || >= 18"
100
+ "node" : " >= 18"
101
101
},
102
102
"publishConfig" : {
103
103
"registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments