Skip to content

Commit

Permalink
Merge pull request #238 from emberjs/drop-node-8
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Aug 27, 2020
2 parents 068d4a5 + 685d377 commit ca3d1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8"
- "10"

sudo: false
dist: trusty
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"release-it-lerna-changelog": "^1.0.3"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "10.* || 12.* || >= 14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit ca3d1e5

Please sign in to comment.