Skip to content

Commit 364f38e

Browse files
committed
breaking: drops Node 14
1 parent c069642 commit 364f38e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -40,7 +40,7 @@ jobs:
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
@@ -70,7 +70,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
ember-fetch requries ember-cli 2.13 or above.
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
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/"

0 commit comments

Comments
 (0)