apache / openwhisk-runtime-nodejs

Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
https://openwhisk.apache.org/
Apache License 2.0
59 stars 72 forks source link

support for Node.js v14 #168

Closed bensooraj closed 4 years ago

bensooraj commented 4 years ago

I was inspired by this tweet to make a contribution to this project!

Please let me know if something's not right.

rabbah commented 4 years ago

Wow @bensooraj thanks for the contribution!

dgrove-oss commented 4 years ago

Very cool! @bensooraj could you file a Contributor License Agreement with the ASF as described in: https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md

rabbah commented 4 years ago

I have amended the PR with a commit to add doc/test changes to cover the new runtime. We can accept this PR without a CLA since the delta in the first commit is actually quite small (I diff'ed against node v12). You're still welcome and encourage to submit a CLA @bensooraj if you might contribute more in the future.

bensooraj commented 4 years ago

Apologies, looks like I missed a lot!

Sure, I will go ahead submit a CLA.

Thanks!