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

chore: use node 12 as default version #3072

Merged
merged 1 commit into from
Oct 16, 2019
Merged

chore: use node 12 as default version #3072

merged 1 commit into from
Oct 16, 2019

Conversation

faustbrian
Copy link
Contributor

@faustbrian faustbrian commented Oct 16, 2019

Summary

Use node.js 12 as the new default version from 2.6 onwards as it becomes the new LTS on 2019-10-21.

Run sudo sed -i s/node_10/node_12/ /etc/apt/sources.list.d/nodesource.list && sudo apt-get update && sudo apt-get upgrade to update a system and node 10 to node 12.

Core will also need to be reinstalled via yarn add @arkecosystem/core@next because dependencies with native bindings were build against node 10 instead of node 12.

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@ghost ghost added Complexity: Low labels Oct 16, 2019
@faustbrian faustbrian merged commit 8dbe404 into develop Oct 16, 2019
@ghost ghost deleted the chore/node-12 branch October 16, 2019 03:31
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.

1 participant