Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Set minimal node version to 8 #847

Merged
merged 2 commits into from
Sep 28, 2018

Conversation

the-owl
Copy link
Contributor

@the-owl the-owl commented Sep 1, 2018

fixes #840

package.json Outdated
@@ -64,7 +64,7 @@
"tar-stream": "^1.6.1"
},
"engines": {
"node": ">=6.0.0",
"node": ">=7.7.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, make it 8. Always strive to follow the LTS schedule.

License: MIT
Signed-off-by: Alan Shaw <[email protected]>
@ghost ghost assigned alanshaw Sep 28, 2018
@ghost ghost added the in progress label Sep 28, 2018
@alanshaw alanshaw merged commit afc5724 into ipfs-inactive:master Sep 28, 2018
@ghost ghost removed the in progress label Sep 28, 2018
@daviddias daviddias changed the title Set minimal node version to 7.7.0 Set minimal node version to 8 Sep 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error with node >= 6.0.0 and < 7.7.0
3 participants