We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6359d9 + a483ffe commit 74852daCopy full SHA for 74852da
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
env:
10
- NODE_VERSION: '10.x'
+ NODE_VERSION: '12.x'
11
12
jobs:
13
lint:
README.md
@@ -14,7 +14,7 @@ Compatibility
14
15
* Ember.js v2.16 or above
16
* Ember CLI v2.13 or above
17
-* Node.js v10 or above
+* Node.js v12 or above
18
19
20
Installation
package.json
@@ -73,7 +73,7 @@
73
"release-it-lerna-changelog": "^3.1.0"
74
},
75
"engines": {
76
- "node": "10.* || >= 12"
+ "node": "12.* || 14.* || >= 16"
77
78
"publishConfig": {
79
"access": "public",
0 commit comments