fulfillment-webhook-nodejs icon indicating copy to clipboard operation
fulfillment-webhook-nodejs copied to clipboard

Node 6 Depreciated

Open NickPrograms opened this issue 4 years ago • 0 comments

In package.json the node engine uses "node": "6". According to Google Cloud Functions, the Node.js 6 runtime is being depreciated and as a result the runtime should be updated to Node.js 8 or Node.js 10. Correct me if I'm wrong but I believe this can be simply fixed by replacing "node": "6" in the package.json folder with "node": "8".

NickPrograms avatar Mar 25 '20 15:03 NickPrograms