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 74 forks source link

test updated package.json for node16 #212

Closed Luke-Roy-IBM closed 2 years ago

dgrove-oss commented 2 years ago

Can we update package.json in nodejsActionBase instead of making a duplicate copy?

Also, I'm not sure if removing the reds and uuid packages won't cause problems. @ddragosd you originally added these about 2 years ago. Opinions?

Luke-Roy-IBM commented 2 years ago

@dgrove-oss this is currently just a test and doesn't require any attention upgrading the packages in nodejsActionBase could cause issues with older runtimes To my current knowledge uuid and redis aren´t required by any code in the runtime and can be added later by the user if needed.

Luke-Roy-IBM commented 2 years ago

Will update the package.json in the nodejsActionBase