File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 - name : Install Node
2323 uses : actions/setup-node@v3
2424 with :
25- node-version : 14 .x
25+ node-version : 16 .x
2626 cache : yarn
2727 - name : Install Dependencies
2828 run : yarn install --frozen-lockfile
4040 - uses : actions/checkout@v3
4141 - uses : actions/setup-node@v3
4242 with :
43- node-version : 14 .x
43+ node-version : 16 .x
4444 cache : yarn
4545 - name : Install Dependencies
4646 run : yarn install --no-lockfile
7070 - name : Install Node
7171 uses : actions/setup-node@v3
7272 with :
73- node-version : 14.x
73+ node-version : 16
7474 cache : yarn
7575 - name : Install Dependencies
7676 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
1919
2020* Ember.js v4.4 or above
2121* Ember CLI v4.4 or above
22- * Node.js v14 or above
22+ * Node.js v6 or above
2323
2424ember-fetch requries ember-cli 2.13 or above.
2525
Original file line number Diff line number Diff line change 113113 "ember-source" : " ^4.0.0"
114114 },
115115 "engines" : {
116- "node" : " 14.* || 16.* || >= 18"
116+ "node" : " 16.* || >= 18"
117117 },
118118 "publishConfig" : {
119119 "registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments