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 ff08c70 + dda6ad9 commit 90ab239Copy full SHA for 90ab239
.travis.yml
@@ -3,7 +3,7 @@ language: node_js
3
node_js:
4
# we recommend testing addons with the same minimum supported node version as Ember CLI
5
# so that your addon works for all apps
6
- - "8"
+ - "10"
7
8
sudo: false
9
dist: trusty
package.json
@@ -59,7 +59,7 @@
59
"release-it-lerna-changelog": "^1.0.3"
60
},
61
"engines": {
62
- "node": "8.* || >= 10.*"
+ "node": "10.* || 12.* || >= 14.*"
63
64
"publishConfig": {
65
"access": "public",
0 commit comments