Skip to content

Commit

Permalink
Merge pull request #373 from xg-wang/pin
Browse files Browse the repository at this point in the history
Pin engine.io subdependency to avoid issues on Node 6
  • Loading branch information
xg-wang authored Oct 26, 2019
2 parents 50d54ec + bde8794 commit c94a71d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = function() {
getChannelURL('canary')
]).then((urls) => {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.16',
Expand Down Expand Up @@ -80,4 +81,4 @@ module.exports = function() {
]
};
});
};
};
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
"mocha": "^6.1.4",
"typescript": "^3.5.2"
},
"resolutions": {
"**/engine.io": "~3.3.0"
},
"engines": {
"node": "6.* || 8.* || >= 10"
},
Expand Down

0 comments on commit c94a71d

Please sign in to comment.