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 22
22
- name : Install Node
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 14 .x
25
+ node-version : 16 .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 : 14 .x
43
+ node-version : 16 .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 : 14.x
73
+ node-version : 16
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 @@ -19,7 +19,7 @@ HTML5 [fetch](https://fetch.spec.whatwg.org) polyfill from [github](https://gith
19
19
20
20
* Ember.js v4.4 or above
21
21
* Ember CLI v4.4 or above
22
- * Node.js v14 or above
22
+ * Node.js v6 or above
23
23
24
24
ember-fetch requries ember-cli 2.13 or above.
25
25
Original file line number Diff line number Diff line change 113
113
"ember-source" : " ^4.0.0"
114
114
},
115
115
"engines" : {
116
- "node" : " 14.* || 16.* || >= 18"
116
+ "node" : " 16.* || >= 18"
117
117
},
118
118
"publishConfig" : {
119
119
"registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments