We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b7f86 commit f85fe6aCopy full SHA for f85fe6a
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ on:
34
pull_request:
35
36
env:
37
- NODE_VERSION: '12.x'
+ NODE_VERSION: '14.x'
38
39
jobs:
40
lint:
README.md
@@ -42,7 +42,7 @@ Compatibility
42
43
* Ember.js v3.20 or above
44
* Ember CLI v3.20 or above
45
-* Node.js v10 or above
+* Node.js v14 or above
46
47
48
Installation
package.json
@@ -70,7 +70,7 @@
70
"qunit-dom": "^1.6.0"
71
},
72
"engines": {
73
- "node": "10.* || >= 12"
+ "node": "14.* || 16.* || >= 18"
74
75
"ember": {
76
"edition": "octane"
0 commit comments