Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node version #324

Merged
merged 1 commit into from
Jan 2, 2019
Merged

Update Node version #324

merged 1 commit into from
Jan 2, 2019

Conversation

aliuk2012
Copy link
Contributor

I ran into a problem while trying to install it locally for development. It turned out to be an issue with Fiber 3.0 not supporting Node 6.9.1

Fiber 3.0 requires node 8+ https://www.npmjs.com/package/fibers#supported-platforms. It was updated as part of this commit: a27dcdf

I think it wasn't picked up because of the following two reason:

  • the contributor may not have realised that their local node version
    was not using node 6.9.1 and
  • Travis CI tests using LTS

This commit also changes the version Travis CI uses by using the version
in .nvmrc

This fixes an issue with Fiber 3.0 which requires node 8+. It was updated
as part of this commit:
a27dcdf

I think it wasn't picked up because of the following two reason:
- the contributor may not have realised that their local node version
  was not using node 6.9.1 and
- Travis CI tests using LTS

This commit also changes the version Travis CI uses by using the version
in .nvmrc
Copy link
Contributor

@36degrees 36degrees left a comment

Choose a reason for hiding this comment

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

👍

@aliuk2012 aliuk2012 merged commit 3d7f093 into master Jan 2, 2019
@36degrees 36degrees deleted the update-node-version branch January 3, 2019 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants