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 to use Node 12.16.1 #111

Merged
merged 1 commit into from
Apr 3, 2020
Merged

Conversation

mbwhite
Copy link
Member

@mbwhite mbwhite commented Apr 1, 2020

Signed-off-by: Matthew B White whitemat@uk.ibm.com

@mbwhite mbwhite force-pushed the node12 branch 3 times, most recently from d98306d to 08d5e47 Compare April 2, 2020 11:04
Copy link
Contributor

@heatherlp heatherlp left a comment

Choose a reason for hiding this comment

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

besides the two comments, I'm happy with this

COMPATIBILITY.md Outdated
@@ -12,7 +12,7 @@ This table shows the summary of the compatibility of the Node modules at version
| Node modules **v1.4** | Yes | 8 | Yes |
| Node modules **v2.x** | Yes | 10 | Yes |
Copy link
Contributor

Choose a reason for hiding this comment

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

this table will need an update

TUTORIAL.md Outdated
@@ -15,7 +15,7 @@ The dependencies of `fabric-chaincode-api` and `fabric-shim` will be required.
"name": "chaincode",
"description": "My first exciting chaincode implemented in node.js",
"engines": {
"node": "^10.15.2",
"node": "^12.15.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be ^12.16.1" ?

@mbwhite mbwhite changed the title wip - node12 Update to use Node 12.16.1 Apr 2, 2020
@mbwhite mbwhite marked this pull request as ready for review April 2, 2020 14:34
@mbwhite mbwhite requested a review from a team as a code owner April 2, 2020 14:34
Set node engine to be the latest LTS at time of commit 12.6.1
Due to issues with comibation of the 12.6 and rewire, unit tests are run
with node 12.5.0

Updated timeout as Typescript compilation seems to have slowed down.

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
Copy link
Contributor

@heatherlp heatherlp left a comment

Choose a reason for hiding this comment

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

LGTM

@mbwhite mbwhite merged commit 3de5ca5 into hyperledger:release-2.x Apr 3, 2020
@mbwhite mbwhite deleted the node12 branch April 3, 2020 07:40
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.

3 participants