-
Notifications
You must be signed in to change notification settings - Fork 1
Move to Node.js 10? #36
Comments
PR to update configs ipfs-inactive/ci-sync#11 |
Yeah! Let's not change the legacy CIs that we'll get rid off but rather update the Jenkinsfile for JS projects. Adding it here will include it: https://github.com/ipfs/jenkins-libs/blob/master/vars/javascript.groovy#L3-L6 Guess we have two ways to go about it. First is a bit of a hassle but more safe in that we won't have possibly failing branches suddenly.
|
Let's do 2). Just one question, will we have Coveralls correctly setup? |
We will need to resolve an issue in Without a fix, any project using |
Issue for tracking nodejs 10.x in js-ipfs: ipfs/js-ipfs#1347 |
To support this better, I've added the ability to set a custom nodejs versions to test in CI, see https://github.com/ipfs/jenkins-libs/#example-2 |
We've been using nodejs 10 for a while now, done in ipfs-inactive/jenkins-libs@83fcbd7 |
Uh oh!
There was an error while loading. Please reload this page.
Node.js 10 has been released and it is on track to become LTS.
The changelog contains some notable new additions, for example N-API is no longer experimental. Full changelog here https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.0.0
Shall we update all our testing to use Node.js 10 from now on and enable devs to use it as a baseline for features?
The text was updated successfully, but these errors were encountered: