Skip to content

Commit 90ab239

Browse files
authored
Merge pull request #266 from Turbo87/node-8
Drop support for Node 8
2 parents ff08c70 + dda6ad9 commit 90ab239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
# we recommend testing addons with the same minimum supported node version as Ember CLI
55
# so that your addon works for all apps
6-
- "8"
6+
- "10"
77

88
sudo: false
99
dist: trusty

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"release-it-lerna-changelog": "^1.0.3"
6060
},
6161
"engines": {
62-
"node": "8.* || >= 10.*"
62+
"node": "10.* || 12.* || >= 14.*"
6363
},
6464
"publishConfig": {
6565
"access": "public",

0 commit comments

Comments
 (0)