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

remove Node.js v14 and TypeScript 3.7 runtimes #237

Closed dgrove-oss closed 1 year ago

dgrove-oss commented 1 year ago
  1. Node.js v14 is EOL as of 4/30/2023
  2. Both the Node.js 14 and TypeScript 3.7 runtimes use a Debian Stretch-based base image. Stretch is long past its extended EOL date and its package information has been removed from the upstream server. Therefore all CI builds are failing.
bdoyle0182 commented 1 year ago

LGTM, thanks Dave