Skip to content

Commit f85fe6a

Browse files
authored
drop support for node 10 and 12 (lifeart#44)
1 parent 81b7f86 commit f85fe6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
pull_request:
3535

3636
env:
37-
NODE_VERSION: '12.x'
37+
NODE_VERSION: '14.x'
3838

3939
jobs:
4040
lint:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Compatibility
4242

4343
* Ember.js v3.20 or above
4444
* Ember CLI v3.20 or above
45-
* Node.js v10 or above
45+
* Node.js v14 or above
4646

4747

4848
Installation

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"qunit-dom": "^1.6.0"
7171
},
7272
"engines": {
73-
"node": "10.* || >= 12"
73+
"node": "14.* || 16.* || >= 18"
7474
},
7575
"ember": {
7676
"edition": "octane"

0 commit comments

Comments
 (0)