-
Notifications
You must be signed in to change notification settings - Fork 144
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
Conversation
d98306d
to
08d5e47
Compare
There was a problem hiding this 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 | |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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" ?
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Matthew B White whitemat@uk.ibm.com