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

update version of openwhisk package used by test actions #245

Closed dgrove-oss closed 1 year ago

dgrove-oss commented 1 year ago

Version must be 2.x because that's what the test is checking to make sure that the user can override the default, but we can at least make it the most recent 2.x release.

dgrove-oss commented 1 year ago

Test really seems to want the version to be 2.0.0....we;ll just ignore the dependabot PRs because we don't actually use this package.json for anything real (just for a test case where we want to see that the user can override and use an old version of the package if they want to).